diff --git a/Hyphenator.js b/Hyphenator.js index 31fae30..fd0a731 100644 --- a/Hyphenator.js +++ b/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 * @@ -19,7 +19,7 @@ * @global * @namespace Hyphenator * @author Mathias Nater, - * @version X.Y.Z + * @version 5.0.0 * @example * <script src = "Hyphenator.js" type = "text/javascript"></script> * <script type = "text/javascript"> @@ -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 diff --git a/Hyphenator_Loader.js b/Hyphenator_Loader.js index 372044c..f8616db 100644 --- a/Hyphenator_Loader.js +++ b/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 * diff --git a/bower.json b/bower.json index fa283ad..e6dcabd 100644 --- a/bower.json +++ b/bower.json @@ -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",