Skip to content

Commit 89173e2

Browse files
committed
bump version
1 parent 5a4c22f commit 89173e2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"name": "open-msupply",
33
"//": "Main version for the app, should be in semantic version format (any release candidate or test build should be separated by '-' i.e. 1.1.1-rc1 or 1.1.1-test",
4-
"version": "1.5.01",
4+
"version": "1.5.02",
55
"private": true,
66
"scripts": {
77
"start": "cd ./server && cargo run & cd ./client && yarn start-local",
88
"build": "cd ./client && yarn build && cd ../server && cargo build --release",
99
"test": "cd ./server && ulimit -n 1000 && cargo test && cd ../client && yarn test"
1010
}
11-
}
11+
}

0 commit comments

Comments
 (0)