diff --git a/README.md b/README.md index 6b53cd06..67e2a936 100644 --- a/README.md +++ b/README.md @@ -91,6 +91,8 @@ incorporating SVGEdit. ## Recent news +- 2018-10-21 Published 3.0.0 (misc. improvements including centering canvas and + key locale fixes since last RC) - 2018-09-30 Published 3.0.0-rc.3 with security and other fixes - 2018-07-31 Published 3.0.0-rc.2 with misc. fixes - 2018-07-19 Published 3.0.0-rc.1 allowing for extensions and locales to be diff --git a/package-lock.json b/package-lock.json index d2e4ec5c..5c992f27 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "svgedit", - "version": "3.0.0-rc.3", + "version": "3.0.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 92c3bfa5..39df82c9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "svgedit", - "version": "3.0.0-rc.3", + "version": "3.0.0", "description": "Powerful SVG-Editor for your browser ", "main": "dist/index-umd.js", "module": "dist/index-es.js",