Skip to content

Commit

Permalink
Minor description edit and version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
ianthetechie committed Sep 18, 2024
1 parent bff3bb4 commit 6288bf3
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ if useLocalFramework {
path: "./common/target/ios/libferrostar-rs.xcframework"
)
} else {
let releaseTag = "0.11.0"
let releaseTag = "0.12.0"
let releaseChecksum = "32a28d66933b6dc7f9b206c79e265767fc51339a9a81f81304c3f15cd7722d19"
binaryTarget = .binaryTarget(
name: "FerrostarCoreRS",
Expand Down
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ plugins {

allprojects {
group = "com.stadiamaps.ferrostar"
version = "0.11.0"
version = "0.12.0"
}
2 changes: 1 addition & 1 deletion android/google-play-services/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ mavenPublishing {

pom {
name = "Ferrostar Google Play Services"
description = "Ferrostar implementations for apps using Google Play Services"
description = "Ferrostar components that rely on Google Play Services"
commonPomConfig(it, true)
}
}
2 changes: 1 addition & 1 deletion common/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion common/ferrostar/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ lints.workspace = true

[package]
name = "ferrostar"
version = "0.11.0"
version = "0.12.0"
readme = "README.md"
description = "The core of modern turn-by-turn navigation."
keywords = ["navigation", "routing", "valhalla", "osrm"]
Expand Down
4 changes: 2 additions & 2 deletions web/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"CatMe0w <[email protected]> (https://github.com/CatMe0w)",
"Luke Seelenbinder <[email protected]>"
],
"version": "0.11.0",
"version": "0.12.0",
"license": "BSD-3-Clause",
"type": "module",
"main": "./dist/ferrostar-webcomponents.js",
Expand Down

0 comments on commit 6288bf3

Please sign in to comment.