Skip to content

Commit

Permalink
bump v0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
M-Adoo committed Feb 23, 2018
1 parent bea9a78 commit 7554b5e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rundo"
version = "0.2.1"
version = "0.2.2"
authors = ["Adoo <Adoo@outlook.com>"]
description = "Rundo is a redo / undo library for rust which can auto generate undo op. Below is an example to use Rundo."
documentation = "https://docs.rs/rundo"
Expand Down
2 changes: 1 addition & 1 deletion macros/attrs/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rundo_attrs"
version = "0.2.1"
version = "0.2.2"
authors = ["Adoo <Adoo@outlook.com>"]
description = "macros lib by rundo"
homepage = "https://github.com/M-Adoo/rundo"
Expand Down
2 changes: 1 addition & 1 deletion types/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rundo_types"
version = "0.2.1"
version = "0.2.2"
authors = ["Adoo <Adoo@outlook.com>"]
description = "base undo redo types for Rundo"
documentation = "https://docs.rs/rundo_types"
Expand Down

0 comments on commit 7554b5e

Please sign in to comment.