From 3606caeea55e075f4880786cad5d5ea10b22512b Mon Sep 17 00:00:00 2001 From: mnater Date: Fri, 22 Sep 2017 22:51:03 +0200 Subject: [PATCH] Update version numbers --- Hyphenator.js | 6 +++--- Hyphenator_Loader.js | 4 ++-- bower.json | 2 +- package.json | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Hyphenator.js b/Hyphenator.js index fd74a90..8934e0c 100644 --- a/Hyphenator.js +++ b/Hyphenator.js @@ -1,4 +1,4 @@ -/** @license Hyphenator 5.2.0 - client side hyphenation for webbrowsers +/** @license Hyphenator 5.2.1 - client side hyphenation for webbrowsers * Copyright (C) 2017 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.2.0 + * @version 5.2.1 * @example * <script src = "Hyphenator.js" type = "text/javascript"></script> * <script type = "text/javascript"> @@ -2982,7 +2982,7 @@ Hyphenator = (function (window) { * minor release: new languages, improvements * @access public */ - var version = '5.2.0'; + var version = '5.2.1'; /** * @member {boolean} Hyphenator.doHyphenation diff --git a/Hyphenator_Loader.js b/Hyphenator_Loader.js index 0f8a271..36b29d8 100644 --- a/Hyphenator_Loader.js +++ b/Hyphenator_Loader.js @@ -1,4 +1,4 @@ -/** @license Hyphenator_Loader 5.2.0 - client side hyphenation for webbrowsers +/** @license Hyphenator_Loader 5.2.1 - client side hyphenation for webbrowsers * Copyright (C) 2017 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.2.0 + * @version 5.2.1 * @namespace Holds all methods and properties */ diff --git a/bower.json b/bower.json index 80ba115..289b0b8 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "hyphenator", - "version": "5.2.0", + "version": "5.2.1", "main": "Hyphenator.js", "ignore": [ "favicon.ico" diff --git a/package.json b/package.json index 9ed496c..171e431 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "hyphenator.js", - "version": "5.1.0", + "version": "5.2.1", "description": "Client-side hyphenation of HTML-Documents", "repository": { "type": "git",