Skip to content

Commit

Permalink
Bump version to 1.0.1 due to added files
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewdavidmackenzie committed Feb 11, 2018
1 parent b614274 commit c72bdaf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "simplog"
version = "1.0.0"
version = "1.0.1"
authors = ["Andrew Mackenzie <andrew@mackenzie-serres.net>"]
description = "An extremely small and simple logger that has levels of output"
license = "MIT"
Expand All @@ -10,4 +10,4 @@ name = "simplog"
path = "src/lib.rs"

[dependencies]
log = "0.3.8"
log = "0.3.8"

0 comments on commit c72bdaf

Please sign in to comment.