Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
adamsky committed Nov 3, 2020
1 parent 468b66e commit a09b04d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ globe -in --texture ./path-to-texture --texture-night ./path-to-night-texture
To use `globe` within your Rust project, add it to your dependencies:
```
[dependencies]
globe = "0.1.2"
globe = "0.2.0"
```

First create a `Globe`:
Expand Down
4 changes: 2 additions & 2 deletions globe-cli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "globe-cli"
version = "0.1.2"
version = "0.2.0"
authors = ["adamsky <adamsky@enum.space>"]
edition = "2018"
repository = "https://github.com/adamsky/globe"
Expand All @@ -14,7 +14,7 @@ name = "globe"
path = "src/main.rs"

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

2 changes: 1 addition & 1 deletion globe/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "globe"
version = "0.1.2"
version = "0.2.0"
authors = ["adamsky <adamsky@enum.space>"]
edition = "2018"
repository = "https://github.com/adamsky/globe"
Expand Down

0 comments on commit a09b04d

Please sign in to comment.