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

Commit

Permalink
Set version number
Browse files Browse the repository at this point in the history
  • Loading branch information
mnater committed Jun 24, 2015
1 parent 44a4f6e commit 72dcc1e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions Hyphenator.js
@@ -1,5 +1,5 @@

/** @license Hyphenator 5.0.2 - client side hyphenation for webbrowsers
/** @license Hyphenator 5.1.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 @@ -20,7 +20,7 @@
* @global
* @namespace Hyphenator
* @author Mathias Nater, <mathias@mnn.ch>
* @version 5.0.2
* @version 5.1.0
* @example
* &lt;script src = "Hyphenator.js" type = "text/javascript"&gt;&lt;/script&gt;
* &lt;script type = "text/javascript"&gt;
Expand Down Expand Up @@ -2815,7 +2815,7 @@ var Hyphenator = (function (window) {
* minor release: new languages, improvements
* @access public
*/
version: '5.0.2',
version: '5.1.0',

/**
* @member {boolean} Hyphenator.doHyphenation
Expand Down
4 changes: 2 additions & 2 deletions Hyphenator_Loader.js
@@ -1,4 +1,4 @@
/** @license Hyphenator_Loader 5.0.2 - client side hyphenation for webbrowsers
/** @license Hyphenator_Loader 5.1.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 @@ -11,7 +11,7 @@
* @description Checks if there's CSS-hyphenation available for the given languages and
* loads and runs Hyphenator if there's no CSS-hyphenation
* @author Mathias Nater, <a href = "mailto:mathias@mnn.ch">mathias@mnn.ch</a>
* @version 5.0.2
* @version 5.1.0
* @namespace Holds all methods and properties
*/

Expand Down
2 changes: 1 addition & 1 deletion bower.json
@@ -1,6 +1,6 @@
{
"name": "Hyphenator",
"version": "5.0.1",
"version": "5.1.0",
"main": "Hyphenator.js",
"ignore": [
"favicon.ico"
Expand Down

0 comments on commit 72dcc1e

Please sign in to comment.