Skip to content

Commit

Permalink
Bump version numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
vbrandl committed Jul 15, 2018
1 parent 3af4ccf commit d87cbf9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion client/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "bind9-api-client"
version = "0.1.2"
version = "0.1.3"
authors = ["Valentin Brandl <[email protected]>"]
description = "Client for the BIND9 API"
license = "MIT/Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion server/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "bind9-api"
version = "0.1.2"
version = "0.1.3"
authors = ["Valentin Brandl <[email protected]>"]
description = "Web API to create, update and remove DNS entries in bind9"
license = "MIT/Apache-2.0"
Expand Down

0 comments on commit d87cbf9

Please sign in to comment.