Skip to content

Commit

Permalink
Merge pull request #82 from admire93/version-0.2.0
Browse files Browse the repository at this point in the history
Version 0.2.0
  • Loading branch information
kanghyojun authored Sep 26, 2016
2 parents 91995e0 + d1cf914 commit 06faa5e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion nirum.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: nirum
version: 0.1.0
version: 0.2.0
synopsis: IDL compiler and RPC/distributed object framework for
microservices
description: Nirum is an IDL compiler and RPC/distributed object
Expand Down
2 changes: 1 addition & 1 deletion test/Nirum/VersionSpec.hs
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ spec = do
version `shouldSatisfy` SV.isDevelopment
it "is the proper version" $
-- is it a necessary test?
version `shouldBe` SV.version 0 1 0 [] []
version `shouldBe` SV.version 0 2 0 [] []
describe "versionText" $ do
it "is equivalent to version" $
versionText `shouldBe` SV.toText version
Expand Down

0 comments on commit 06faa5e

Please sign in to comment.