Skip to content

Commit

Permalink
Tag the v0.1.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
mathiasbynens committed May 15, 2014
1 parent b64b5cd commit 03aed1a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions iso-8859-14.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! http://mths.be/iso-8859-14 v0.1.1 by @mathias | MIT license */
/*! http://mths.be/iso-8859-14 v0.1.2 by @mathias | MIT license */
;(function(root) {

// Detect free variables `exports`.
Expand Down Expand Up @@ -120,7 +120,7 @@
'iso8859-14',
'iso885914'
],
'version': '0.1.1'
'version': '0.1.2'
};

// Some AMD build optimizers, like r.js, check for specific condition patterns
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "iso-8859-14",
"version": "0.1.1",
"version": "0.1.2",
"description": "A robust iso-8859-14 encoder/decoder written in JavaScript.",
"homepage": "http://mths.be/iso-8859-14",
"main": "iso-8859-14.js",
Expand Down

0 comments on commit 03aed1a

Please sign in to comment.