Skip to content

Commit

Permalink
Bumped version to 0.2.44
Browse files Browse the repository at this point in the history
  • Loading branch information
entrotech committed Feb 5, 2023
1 parent c7b63df commit 8f9bc51
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tdm-calculator-client",
"version": "0.2.43",
"version": "0.2.44",
"private": true,
"proxy": "http://localhost:5001",
"scripts": {
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": "root",
"version": "0.2.43",
"version": "0.2.44",
"private": true,
"scripts": {
"release-notes": "gren release --override",
Expand Down
3 changes: 1 addition & 2 deletions server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tdm-calculator-api",
"version": "0.2.43",
"version": "0.2.44",
"description": "Traffic Data Management Calculator",
"repository": {
"type": "git",
Expand All @@ -16,7 +16,6 @@
"lint": "eslint -c .eslintrc.json --ignore-path .eslintignore \"**/*.{js,jsx}\" ",
"lint:fix": "eslint -c .eslintrc.json --ignore-path .eslintignore --fix \"**/*.{js,jsx}\" ",
"flyway:migrate": "flyway -c ./db/flyway-config.js migrate",
"flyway:undo": "flyway -c ./db/flyway-config.js undo",
"flyway:clean": "flyway -c ./db/flyway-config.js clean",
"flyway:repair": "flyway -c ./db/flyway-config.js repair",
"flyway:info": "flyway -c ./db/flyway-config.js info",
Expand Down

0 comments on commit 8f9bc51

Please sign in to comment.