Skip to content

Commit

Permalink
3.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Raruto committed Aug 8, 2022
1 parent 4f96a03 commit a9753d1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "g3w-client",
"version": "3.4.0",
"version": "3.5.0",
"description": "Gis3W WebGIS Client",
"main": "index.js",
"scripts": {
Expand Down Expand Up @@ -123,8 +123,8 @@
"yargs": "^8.0.2"
},
"browserslist": "defaults",
"engines" : {
"node" : ">=16.13.2",
"engines": {
"node": ">=16.13.2",
"npm": ">=8.1.2"
}
}
2 changes: 1 addition & 1 deletion src/version.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
/* WARNING: this file is autogenerated by gulpfile.js, please do not edit manually */

export default '3.4.0';
export default '3.5.0';

0 comments on commit a9753d1

Please sign in to comment.