From 72dcc1ea72ad8f5236cf48438b10edafb98d15e5 Mon Sep 17 00:00:00 2001 From: mnater Date: Wed, 24 Jun 2015 11:50:18 +0200 Subject: [PATCH] Set version number --- Hyphenator.js | 6 +++--- Hyphenator_Loader.js | 4 ++-- bower.json | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Hyphenator.js b/Hyphenator.js index 44da6dc..6923518 100644 --- a/Hyphenator.js +++ b/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 * @@ -20,7 +20,7 @@ * @global * @namespace Hyphenator * @author Mathias Nater, - * @version 5.0.2 + * @version 5.1.0 * @example * <script src = "Hyphenator.js" type = "text/javascript"></script> * <script type = "text/javascript"> @@ -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 diff --git a/Hyphenator_Loader.js b/Hyphenator_Loader.js index 97148d7..2b2bf27 100644 --- a/Hyphenator_Loader.js +++ b/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 * @@ -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.2 + * @version 5.1.0 * @namespace Holds all methods and properties */ diff --git a/bower.json b/bower.json index 43507d1..95b4d7d 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "Hyphenator", - "version": "5.0.1", + "version": "5.1.0", "main": "Hyphenator.js", "ignore": [ "favicon.ico"