diff --git a/iso-8859-3.js b/iso-8859-3.js index 7b7d966..3a4ff19 100644 --- a/iso-8859-3.js +++ b/iso-8859-3.js @@ -1,4 +1,4 @@ -/*! https://mths.be/iso-8859-3 v0.1.2 by @mathias | MIT license */ +/*! https://mths.be/iso-8859-3 v1.0.0 by @mathias | MIT license */ ;(function(root) { // Detect free variables `exports`. @@ -126,7 +126,7 @@ 'l3', 'latin3' ], - 'version': '0.1.2' + 'version': '1.0.0' }; // Some AMD build optimizers, like r.js, check for specific condition patterns diff --git a/package.json b/package.json index d60a066..808872b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "iso-8859-3", - "version": "0.1.2", + "version": "1.0.0", "description": "A robust iso-8859-3 encoder/decoder written in JavaScript.", "homepage": "https://mths.be/iso-8859-3", "main": "iso-8859-3.js",