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 c2a63c4 commit d421f62
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "windows-1254",
"version": "0.1.2",
"version": "1.0.0",
"description": "A robust windows-1254 encoder/decoder written in JavaScript.",
"homepage": "https://mths.be/windows-1254",
"main": "windows-1254.js",
Expand Down
4 changes: 2 additions & 2 deletions windows-1254.js
@@ -1,4 +1,4 @@
/*! https://mths.be/windows-1254 v0.1.2 by @mathias | MIT license */
/*! https://mths.be/windows-1254 v1.0.0 by @mathias | MIT license */
;(function(root) {

// Detect free variables `exports`.
Expand Down Expand Up @@ -129,7 +129,7 @@
'windows-1254',
'x-cp1254'
],
'version': '0.1.2'
'version': '1.0.0'
};

// Some AMD build optimizers, like r.js, check for specific condition patterns
Expand Down

0 comments on commit d421f62

Please sign in to comment.