Skip to content

Commit

Permalink
Prepare for 0.16.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mthh committed May 12, 2023
1 parent 717bd61 commit d50b3f2
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions client/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 client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"minify": "NODE_OPTIONS=--openssl-legacy-provider NODE_ENV=production ./node_modules/webpack/bin/webpack.js",
"watch": "NODE_OPTIONS=--openssl-legacy-provider ./node_modules/webpack/bin/webpack.js --watch"
},
"version": "0.16.1",
"version": "0.16.2",
"node": ">=18.0.0",
"dependencies": {
"@turf/turf": "^6.5.0",
Expand Down
2 changes: 1 addition & 1 deletion magrit_app/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# -*- coding: utf-8 -*-

__version__ = '0.16.1'
__version__ = '0.16.2'

0 comments on commit d50b3f2

Please sign in to comment.