Skip to content

Commit

Permalink
"semver-range: bump version from 0.2.1 to 0.2.2"
Browse files Browse the repository at this point in the history
  • Loading branch information
Allen Nelson committed Aug 31, 2016
1 parent 6db598a commit b9d5c23
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.2.1
current_version = 0.2.2
commit = true
tag = true
message = "semver-range: bump version from {current_version} to {new_version}"
Expand Down
2 changes: 1 addition & 1 deletion project.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
, cabal-install, unordered-containers, QuickCheck, hspec }:
mkDerivation {
pname = "semver-range";
version = "0.2.1";
version = "0.2.2";
src = ./.;
isLibrary = true;
buildDepends = [ base classy-prelude parsec text cabal-install
Expand Down
2 changes: 1 addition & 1 deletion semver-range.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: semver-range
version: 0.2.1
version: 0.2.2
synopsis: An implementation of semver and semantic version ranges.
license: MIT
license-file: LICENSE
Expand Down

0 comments on commit b9d5c23

Please sign in to comment.