Skip to content

Commit

Permalink
Version bumps
Browse files Browse the repository at this point in the history
  • Loading branch information
ianthetechie committed Apr 24, 2024
1 parent 89f60f9 commit 6879e7f
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cargo-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: macos-14
steps:
- uses: actions/checkout@v4
- name: Cargo Build
- name: Cargo Publish
run: cargo publish -p ferrostar
working-directory: common
env:
Expand Down
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.0.26"
let releaseTag = "0.0.27"
let releaseChecksum = "afcf4179fa6c6b826c8e5355582da5eb53818942258168285be6ca0836553158"
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 @@ -23,5 +23,5 @@ publishing {

allprojects {
group = "com.stadiamaps"
version = "0.0.26"
version = "0.0.27"
}
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
@@ -1,6 +1,6 @@
[package]
name = "ferrostar"
version = "0.0.26"
version = "0.0.27"
readme = "README.md"
description = "The core of modern turn-by-turn navigation."
keywords = ["navigation", "routing", "valhalla", "osrm"]
Expand Down

0 comments on commit 6879e7f

Please sign in to comment.