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

Commit

Permalink
Update version numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
mnater committed Sep 22, 2017
1 parent e66e7a7 commit 3606cae
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions Hyphenator.js
Original file line number Diff line number Diff line change
@@ -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
*
Expand All @@ -20,7 +20,7 @@
* @global
* @namespace Hyphenator
* @author Mathias Nater, <[email protected]>
* @version 5.2.0
* @version 5.2.1
* @example
* &lt;script src = "Hyphenator.js" type = "text/javascript"&gt;&lt;/script&gt;
* &lt;script type = "text/javascript"&gt;
Expand Down Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions Hyphenator_Loader.js
Original file line number Diff line number Diff line change
@@ -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
*
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:[email protected]">[email protected]</a>
* @version 5.2.0
* @version 5.2.1
* @namespace Holds all methods and properties
*/

Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hyphenator",
"version": "5.2.0",
"version": "5.2.1",
"main": "Hyphenator.js",
"ignore": [
"favicon.ico"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 3606cae

Please sign in to comment.