Skip to content

Commit

Permalink
Patch release to fix SPM (which can't use git-lfs)
Browse files Browse the repository at this point in the history
  • Loading branch information
ianthetechie committed Jul 6, 2024
1 parent 819e04b commit 9d20ca1
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 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.3.0"
let releaseTag = "0.3.1"
let releaseChecksum = "40e84fd12d7bc359403d11aa1ceaeb11c97e1fd3e3ae858ed7540537cdfcd045"
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 @@ -24,5 +24,5 @@ publishing {

allprojects {
group = "com.stadiamaps.ferrostar"
version = "0.3.0"
version = "0.3.1"
}
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.3.0"
version = "0.3.1"
readme = "README.md"
description = "The core of modern turn-by-turn navigation."
keywords = ["navigation", "routing", "valhalla", "osrm"]
Expand Down

0 comments on commit 9d20ca1

Please sign in to comment.