Skip to content
This repository has been archived by the owner on Aug 24, 2021. It is now read-only.

Commit

Permalink
Change Version Numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
mnater committed Apr 13, 2015
1 parent 9c510b5 commit 3472e50
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions Hyphenator.js
@@ -1,4 +1,4 @@
/** @license Hyphenator X.Y.Z - client side hyphenation for webbrowsers
/** @license Hyphenator 5.0.0 - client side hyphenation for webbrowsers
* Copyright (C) 2015 Mathias Nater, Zürich (mathiasnater at gmail dot com)
* https://github.com/mnater/Hyphenator
*
Expand All @@ -19,7 +19,7 @@
* @global
* @namespace Hyphenator
* @author Mathias Nater, <mathias@mnn.ch>
* @version X.Y.Z
* @version 5.0.0
* @example
* &lt;script src = "Hyphenator.js" type = "text/javascript"&gt;&lt;/script&gt;
* &lt;script type = "text/javascript"&gt;
Expand Down Expand Up @@ -2850,7 +2850,7 @@ var Hyphenator = (function (window) {
* minor release: new languages, improvements
* @access public
*/
version: 'X.Y.Z',
version: '5.0.0',

/**
* @member {boolean} Hyphenator.doHyphenation
Expand Down
2 changes: 1 addition & 1 deletion Hyphenator_Loader.js
@@ -1,4 +1,4 @@
/** @license Hyphenator_Loader X.Y.Z - client side hyphenation for webbrowsers
/** @license Hyphenator_Loader 5.0.0 - client side hyphenation for webbrowsers
* Copyright (C) 2015 Mathias Nater, Zürich (mathiasnater at gmail dot com)
* https://github.com/mnater/Hyphenator
*
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Expand Up @@ -2,7 +2,7 @@
//bower install git://github.com/mnater/Hyphenator
{
"name": "Hyphenator",
"version": "X.Y.Z",
"version": "5.0.0",
"main": "Hyphenator.js",
"ignore": [
"favicon.ico",
Expand Down

0 comments on commit 3472e50

Please sign in to comment.