Skip to content

Commit

Permalink
3.9.9
Browse files Browse the repository at this point in the history
  • Loading branch information
volterra79 committed Jun 10, 2024
1 parent dc7d9fe commit 7f605b9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# G3W-CLIENT v3.9.8
# G3W-CLIENT v3.9.9

[![License](https://img.shields.io/badge/license-MPL%202-blue.svg?style=flat)](LICENSE)

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": "g3w-client",
"version": "3.9.8",
"version": "3.9.9",
"description": "Gis3W WebGIS Client",
"main": "index.js",
"scripts": {
Expand Down
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.9.8';
export default '3.9.9';

0 comments on commit 7f605b9

Please sign in to comment.