Browse Source

Release 0.2.2

Johannes Hofmann 7 years ago
parent
commit
b2c5f88a18
2 changed files with 2 additions and 2 deletions
  1. 1
    1
      Cargo.lock
  2. 1
    1
      Cargo.toml

+ 1
- 1
Cargo.lock View File

303
 
303
 
304
 [[package]]
304
 [[package]]
305
 name = "deltamap"
305
 name = "deltamap"
306
-version = "0.2.1"
306
+version = "0.2.2"
307
 dependencies = [
307
 dependencies = [
308
  "cgmath 0.16.1 (registry+https://github.com/rust-lang/crates.io-index)",
308
  "cgmath 0.16.1 (registry+https://github.com/rust-lang/crates.io-index)",
309
  "clap 2.32.0 (registry+https://github.com/rust-lang/crates.io-index)",
309
  "clap 2.32.0 (registry+https://github.com/rust-lang/crates.io-index)",

+ 1
- 1
Cargo.toml View File

1
 [package]
1
 [package]
2
 name = "deltamap"
2
 name = "deltamap"
3
-version = "0.2.1"
3
+version = "0.2.2"
4
 authors = ["Johannes Hofmann <mail@b-r-u.org>"]
4
 authors = ["Johannes Hofmann <mail@b-r-u.org>"]
5
 readme = "README.md"
5
 readme = "README.md"
6
 repository = "https://github.com/b-r-u/deltamap"
6
 repository = "https://github.com/b-r-u/deltamap"