From 905f73588a6bfe68a3dd996a5cc9e87aae99823b Mon Sep 17 00:00:00 2001 From: mnater Date: Mon, 27 Apr 2015 16:58:35 +0200 Subject: [PATCH] Update Version Numbers --- Hyphenator.js | 6 +++--- Hyphenator_Loader.js | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Hyphenator.js b/Hyphenator.js index 349d271..2d35fad 100644 --- a/Hyphenator.js +++ b/Hyphenator.js @@ -1,4 +1,4 @@ -/** @license Hyphenator 5.0.0(devel) - client side hyphenation for webbrowsers +/** @license Hyphenator 5.0.1 - 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 5.0.0(devel) + * @version 5.0.1 * @example * <script src = "Hyphenator.js" type = "text/javascript"></script> * <script type = "text/javascript"> @@ -2851,7 +2851,7 @@ var Hyphenator = (function (window) { * minor release: new languages, improvements * @access public */ - version: '5.0.0(devel)', + version: '5.0.1', /** * @member {boolean} Hyphenator.doHyphenation diff --git a/Hyphenator_Loader.js b/Hyphenator_Loader.js index 1dfecc8..1ce90a5 100644 --- a/Hyphenator_Loader.js +++ b/Hyphenator_Loader.js @@ -1,4 +1,4 @@ -/** @license Hyphenator_Loader 5.0.0(devel) - client side hyphenation for webbrowsers +/** @license Hyphenator_Loader 5.0.1 - client side hyphenation for webbrowsers * Copyright (C) 2015 Mathias Nater, Zürich (mathiasnater at gmail dot com) * https://github.com/mnater/Hyphenator * @@ -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, mathias@mnn.ch - * @version 5.0.0(devel) + * @version 5.0.1 * @namespace Holds all methods and properties */