Skip to content

Commit

Permalink
Release v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mathiasbynens committed Oct 24, 2016
1 parent 4673384 commit 664fbca
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions 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`.
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion 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",
Expand Down

0 comments on commit 664fbca

Please sign in to comment.