Skip to content

Commit

Permalink
"semver-range: bump version from 0.2.4 to 0.2.5"
Browse files Browse the repository at this point in the history
  • Loading branch information
Allen Nelson committed Sep 7, 2016
1 parent 4d99eee commit 85ed5e1
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.4
current_version = 0.2.5
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.4";
version = "0.2.5";
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.4
version: 0.2.5
synopsis: An implementation of semver and semantic version ranges.
license: MIT
license-file: LICENSE
Expand Down

0 comments on commit 85ed5e1

Please sign in to comment.