diff --git a/README.md b/README.md index 1a63b65..8b79dd8 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ $ npm run build ``` ## Download - * [Core build](https://github.com/JustKato/Tyme.js/releases/download/3.0.0/tyme.js-3.0.0.zip.zip) + * [Web build](https://github.com/JustKato/Tyme.js/releases/download/3.0.0/tyme.js-3.0.0.zip.zip) Tyme.js is released under the [MIT license](license) & supports modern environments.
diff --git a/package.json b/package.json index ddd371b..64752bc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "tymejs", - "version": "0.3.1", + "version": "0.3.2", "description": "Quickly and easily format JavaScript date Objects", "main": "dist/index.js", "scripts": {