Skip to content

Commit

Permalink
Reset versioning to convey that it is truly alpha quality; we will st…
Browse files Browse the repository at this point in the history
…art at 0.1.x once things are beta quality
  • Loading branch information
ianthetechie committed Oct 9, 2023
1 parent b50d117 commit f29b45b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ if useLocalFramework {
path: "./common/target/ios/ferrostar-rs.xcframework"
)
} else {
let releaseTag = "0.3.0"
let releaseChecksum = "8592c4b94616b0335f758c8a3995b6a72336b938b2dd6571fc51f787d500ad14"
let releaseTag = "0.0.1"
let releaseChecksum = "c6392c5f5f2f45c46ea25a879eb633f5050e17d597277d0d35ac76bbf32f7d4c"
binaryTarget = .binaryTarget(
name: "FerrostarCoreRS",
url: "https://github.com/stadiamaps/ferrostar/releases/download/\(releaseTag)/ferrostar-rs.xcframework.zip",
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-core/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ferrostar-core"
version = "0.3.0"
version = "0.0.1"
authors = ["Ian Wagner <[email protected]>", "Luke Seelenbinder <[email protected]>"]
license = "BSD-3-Clause"
repository = "https://github.com/stadiamaps/ferrostar"
Expand Down

0 comments on commit f29b45b

Please sign in to comment.