Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
mattpolzin committed Jun 30, 2023
1 parent f1eb025 commit e6ae989
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 5 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ package: build
./version-check.sh
./todo-check.sh
# leave ./harmony in place
rm -rf ./harmony-npm
mkdir harmony-npm
cp harmony ./harmony-npm/
cp package.json ./harmony-npm/
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.4.0
version = 2.4.1
authors = "Mathew Polzin"
license = "MIT"
-- brief =
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.4.0",
"version": "2.4.1",
"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.4.0"
appVersion = "2.4.1"

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

0 comments on commit e6ae989

Please sign in to comment.