Skip to content

Commit

Permalink
bump patch version
Browse files Browse the repository at this point in the history
  • Loading branch information
mattpolzin committed Dec 6, 2023
1 parent a1b5f62 commit 497e36e
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 @@ -11,7 +11,7 @@ let
in
stdenv.mkDerivation {
pname = "harmony";
version = "2.6.1";
version = "2.6.2";

nativeBuildInputs = [ idris2 makeWrapper ];
buildInputs = [ nodejs ];
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 = 2.6.1
version = 2.6.2
authors = "Mathew Polzin"
license = "MIT"
-- brief =
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": "2.6.1",
"version": "2.6.2",
"publishConfig": {
"access": "public"
},
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 = "2.6.1"
appVersion = "2.6.2"

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

0 comments on commit 497e36e

Please sign in to comment.