Skip to content

Commit

Permalink
"semver-range: bump version from 0.2.0 to 0.2.1"
Browse files Browse the repository at this point in the history
  • Loading branch information
Allen Nelson committed Aug 31, 2016
1 parent 779e47c commit c75b137
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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.0";
version = "0.2.1";
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.0
version: 0.2.1
synopsis: An implementation of semver and semantic version ranges.
license: MIT
license-file: LICENSE
Expand Down

0 comments on commit c75b137

Please sign in to comment.