Skip to content

Commit

Permalink
Merge pull request #107 from mattpolzin/bump-minor-version
Browse files Browse the repository at this point in the history
bump version
  • Loading branch information
mattpolzin authored Jan 8, 2024
2 parents eee3c2c + f9613c9 commit 666746f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ let
in
stdenv.mkDerivation (finalAttrs: {
pname = "harmony";
version = "3.1.0";
version = "3.2.0";

nativeBuildInputs = [ idris2 installShellFiles makeWrapper ];
buildInputs = [ nodejs git ];
Expand Down
2 changes: 1 addition & 1 deletion harmony.ipkg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
package harmony
version = 3.1.0
version = 3.2.0
authors = "Mathew Polzin"
license = "MIT"
brief = "Harmony GitHub collaboration tool"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mattpolzin/harmony",
"version": "3.1.0",
"version": "3.2.0",
"engines" : {
"node" : ">=18.0.0"
},
Expand Down
2 changes: 1 addition & 1 deletion src/AppVersion.idr
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ module AppVersion

export
appVersion : String
appVersion = "3.1.0"
appVersion = "3.2.0"

export
printVersion : HasIO io => io ()
Expand Down

0 comments on commit 666746f

Please sign in to comment.