Skip to content

Commit a09b04d

Browse files
committed
bump version
1 parent 468b66e commit a09b04d

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ globe -in --texture ./path-to-texture --texture-night ./path-to-night-texture
100100
To use `globe` within your Rust project, add it to your dependencies:
101101
```
102102
[dependencies]
103-
globe = "0.1.2"
103+
globe = "0.2.0"
104104
```
105105

106106
First create a `Globe`:

globe-cli/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "globe-cli"
3-
version = "0.1.2"
3+
version = "0.2.0"
44
authors = ["adamsky <adamsky@enum.space>"]
55
edition = "2018"
66
repository = "https://github.com/adamsky/globe"
@@ -14,7 +14,7 @@ name = "globe"
1414
path = "src/main.rs"
1515

1616
[dependencies]
17-
globe = { version = "0.1.2", path = "../globe" }
17+
globe = { version = "0.2.0", path = "../globe" }
1818
crossterm = "0.18.2"
1919
clap = { version = "3.0.0-beta.2", default-features = false, features = ["std"] }
2020

globe/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "globe"
3-
version = "0.1.2"
3+
version = "0.2.0"
44
authors = ["adamsky <adamsky@enum.space>"]
55
edition = "2018"
66
repository = "https://github.com/adamsky/globe"

0 commit comments

Comments
 (0)