Skip to content

Commit

Permalink
Bumped version to v0.3.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
cutsoy committed Oct 20, 2020
1 parent 66e0772 commit e1e36f1
Show file tree
Hide file tree
Showing 19 changed files with 21 additions and 21 deletions.
2 changes: 1 addition & 1 deletion crates/casco/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 1,6 @@
[package]
name = "casco"
version = "0.3.0"
version = "0.3.1"
authors = ["Tim <[email protected]>"]
edition = "2018"
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion crates/polyhorn-android-sys/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 1,6 @@
[package]
name = "polyhorn-android-sys"
version = "0.3.0"
version = "0.3.1"
authors = ["Tim <[email protected]>"]
edition = "2018"
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion crates/polyhorn-android/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 1,6 @@
[package]
name = "polyhorn-android"
version = "0.3.0"
version = "0.3.1"
authors = ["Tim <[email protected]>"]
edition = "2018"
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion crates/polyhorn-build-android/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 1,6 @@
[package]
name = "polyhorn-build-android"
version = "0.3.0"
version = "0.3.1"
authors = ["Tim <[email protected]>"]
edition = "2018"
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion crates/polyhorn-build-ios/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 1,6 @@
[package]
name = "polyhorn-build-ios"
version = "0.3.0"
version = "0.3.1"
authors = ["Tim <[email protected]>"]
edition = "2018"
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion crates/polyhorn-build/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 1,6 @@
[package]
name = "polyhorn-build"
version = "0.3.0"
version = "0.3.1"
authors = ["Tim <[email protected]>"]
edition = "2018"
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion crates/polyhorn-channel/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 1,6 @@
[package]
name = "polyhorn-channel"
version = "0.3.0"
version = "0.3.1"
authors = ["Tim <[email protected]>"]
edition = "2018"
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion crates/polyhorn-cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 2,7 @@
authors = ["Tim <[email protected]>"]
edition = "2018"
name = "polyhorn-cli"
version = "0.3.0"
version = "0.3.1"
license = "MIT"
description = "Library with CLI for Polyhorn."
repository = "https://github.com/polyhorn/polyhorn/tree/crates/polyhorn-cli"
Expand Down
2 changes: 1 addition & 1 deletion crates/polyhorn-core/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 1,6 @@
[package]
name = "polyhorn-core"
version = "0.3.0"
version = "0.3.1"
authors = ["Tim <[email protected]>"]
edition = "2018"
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion crates/polyhorn-ios-sys/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 1,6 @@
[package]
name = "polyhorn-ios-sys"
version = "0.3.0"
version = "0.3.1"
authors = ["Tim <[email protected]>"]
edition = "2018"
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion crates/polyhorn-ios/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 1,6 @@
[package]
name = "polyhorn-ios"
version = "0.3.0"
version = "0.3.1"
authors = ["Tim <[email protected]>"]
edition = "2018"
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion crates/polyhorn-macros/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 1,6 @@
[package]
name = "polyhorn-macros"
version = "0.3.0"
version = "0.3.1"
authors = ["Tim <[email protected]>"]
edition = "2018"
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion crates/polyhorn-ui-macros/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 1,6 @@
[package]
name = "polyhorn-ui-macros"
version = "0.3.0"
version = "0.3.1"
authors = ["Tim <[email protected]>"]
edition = "2018"
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion crates/polyhorn-ui/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 1,6 @@
[package]
name = "polyhorn-ui"
version = "0.3.0"
version = "0.3.1"
authors = ["Tim <[email protected]>"]
edition = "2018"
license = "MIT"
Expand Down
6 changes: 3 additions & 3 deletions crates/polyhorn/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 1,6 @@
[package]
name = "polyhorn"
version = "0.3.0"
version = "0.3.1"
authors = ["Tim <[email protected]>"]
edition = "2018"
license = "MIT"
Expand All @@ -23,7 23,7 @@ polyhorn-core = { path = "../polyhorn-core", version = "0.3.0" }
polyhorn-macros = { path = "../polyhorn-macros", version = "0.3.0" }

[target.'cfg(target_os = "ios")'.dependencies]
polyhorn-ios = { path = "../polyhorn-ios", version = "0.3.0" }
polyhorn-ios = { path = "../polyhorn-ios", version = "0.3.1" }

[target.'cfg(target_os = "android")'.dependencies]
polyhorn-android = { path = "../polyhorn-android", version = "0.3.0" }
polyhorn-android = { path = "../polyhorn-android", version = "0.3.1" }
2 changes: 1 addition & 1 deletion crates/taxi/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 1,6 @@
[package]
name = "taxi"
version = "0.3.0"
version = "0.3.1"
authors = ["Tim <[email protected]>"]
edition = "2018"
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion crates/yoyo-macros/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 1,6 @@
[package]
name = "yoyo-macros"
version = "0.3.0"
version = "0.3.1"
authors = ["Tim <[email protected]>"]
edition = "2018"
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion crates/yoyo-physics/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 1,6 @@
[package]
name = "yoyo-physics"
version = "0.3.0"
version = "0.3.1"
authors = ["Tim <[email protected]>"]
edition = "2018"
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion crates/yoyo/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 1,6 @@
[package]
name = "yoyo"
version = "0.3.0"
version = "0.3.1"
authors = ["Tim <[email protected]>"]
edition = "2018"
license = "MIT"
Expand Down

0 comments on commit e1e36f1

Please sign in to comment.