Skip to content

Commit

Permalink
bump to 2.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
lache-melvin committed Dec 18, 2024
1 parent 0bff822 commit 5023d4c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "open-msupply",
"//": "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",
"version": "2.4.02",
"version": "2.4.03",
"private": true,
"scripts": {
"start": "cd ./server && cargo run & cd ./client && yarn start-local",
"build": "cd ./client && yarn build && cd ../server && cargo build --release",
"test": "cd ./server && ulimit -n 1000 && cargo test && cd ../client && yarn test"
}
}
}

0 comments on commit 5023d4c

Please sign in to comment.