Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
ianthetechie committed Sep 24, 2024
1 parent 2e37377 commit defc48e
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 11 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.12.0"
let releaseTag = "0.13.0"
let releaseChecksum = "41040ba2beb0f9ef615d2d5b2479f7feec70e72422d20752fab40a6495f0ef93"
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.12.0"
version = "0.13.0"
}
8 changes: 4 additions & 4 deletions android/gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,24 +1,24 @@
[versions]
agp = "8.6.0"
agp = "8.6.1"
kotlin = "2.0.20"
cargo-ndk = "0.3.4"
ktfmt = "0.20.1"
androidx-lifecycle = "2.8.5"
androidx-lifecycle = "2.8.6"
paparazzi = "1.3.4"
desugar_jdk_libs = "2.1.2"
ktx = "1.13.1"
kotlinx-coroutines = "1.8.1"
kotlinx-datetime = "0.6.1"
androidx-appcompat = "1.7.0"
androidx-activity-compose = "1.9.2"
compose = "2024.09.01"
compose = "2024.09.02"
okhttp = "4.12.0"
moshi = "1.15.1"
maplibre-compose = "0.1.0"
playServicesLocation = "21.3.0"
junit = "4.13.2"
junitVersion = "1.2.1"
junitCompose = "1.7.1"
junitCompose = "1.7.2"
espressoCore = "3.6.1"
okhttp-mock = "2.0.0"
mavenPublish = "0.29.0"
Expand Down
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.12.0"
version = "0.13.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.12.0",
"version": "0.13.0",
"license": "BSD-3-Clause",
"type": "module",
"main": "./dist/ferrostar-webcomponents.js",
Expand Down

0 comments on commit defc48e

Please sign in to comment.