Skip to content

Commit

Permalink
1.3.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
panzerdp committed Feb 13, 2017
1 parent 5dbffe1 commit 696e73b
Show file tree
Hide file tree
Showing 8 changed files with 17 additions and 17 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -150,9 +150,9 @@ Licensed under [MIT](https://github.com/panzerdp/voca/blob/master/LICENSE.md)

[CODE_OF_CONDUCT]: https://github.com/panzerdp/voca/blob/master/CODE_OF_CONDUCT.md
[CONTRIBUTING]: https://github.com/panzerdp/voca/blob/master/.github/CONTRIBUTING.md
[voca_min_js]: https://raw.githubusercontent.com/panzerdp/voca/1.2.0/dist/voca.min.js
[source_map]: https://raw.githubusercontent.com/panzerdp/voca/1.2.0/dist/voca.min.js.map
[voca_js]: https://raw.githubusercontent.com/panzerdp/voca/1.2.0/dist/voca.js
[voca_min_js]: https://raw.githubusercontent.com/panzerdp/voca/1.3.0/dist/voca.min.js
[source_map]: https://raw.githubusercontent.com/panzerdp/voca/1.3.0/dist/voca.min.js.map
[voca_js]: https://raw.githubusercontent.com/panzerdp/voca/1.3.0/dist/voca.js
[voca]: https://vocajs.com
[logo]: https://github.com/panzerdp/voca/raw/master/jsdoc/template/static/images/[email protected]
[logo_commonjs]: https://github.com/panzerdp/voca/raw/master/jsdoc/template/static/images/[email protected]
Expand Down
6 changes: 3 additions & 3 deletions dist/voca.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* Voca string library 1.2.0
* Voca string library 1.3.0
* https://vocajs.com
*
* Copyright Dmitri Pavlutin and other contributors
Expand Down Expand Up @@ -3637,9 +3637,9 @@ function noConflict() {
* @type string
* @example
* v.version
* // => '1.1.0'
* // => '1.3.0'
*/
var version = '1.1.0';
var version = '1.3.0';

/* eslint sort-imports: "off" */

Expand Down
4 changes: 2 additions & 2 deletions dist/voca.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/voca.min.js.map

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions jsdoc/template/tmpl/introduction.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -127,11 +127,11 @@ last('sun rises', 5); // => 'rises'</code></pre>

<ul>
<li>
<a href="https://raw.githubusercontent.com/panzerdp/voca/1.2.0/dist/voca.min.js">voca.min.js</a>
minified production-ready, with <a href="https://raw.githubusercontent.com/panzerdp/voca/1.2.0/dist/voca.min.js.map">source map</a>
<a href="https://raw.githubusercontent.com/panzerdp/voca/1.3.0/dist/voca.min.js">voca.min.js</a>
minified production-ready, with <a href="https://raw.githubusercontent.com/panzerdp/voca/1.3.0/dist/voca.min.js.map">source map</a>
</li>
<li>
<a href="https://raw.githubusercontent.com/panzerdp/voca/1.2.0/dist/voca.js">voca.js</a> uncompressed
<a href="https://raw.githubusercontent.com/panzerdp/voca/1.3.0/dist/voca.js">voca.js</a> uncompressed
with comments
</li>
</ul>
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": "voca",
"version": "1.2.0",
"version": "1.3.0",
"description": "The ultimate JavaScript string library",
"homepage": "https://vocajs.com",
"author": {
Expand Down
4 changes: 2 additions & 2 deletions src/util/version.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
* @type string
* @example
* v.version
* // => '1.1.0'
* // => '1.3.0'
*/
const version = '1.1.0';
const version = '1.3.0';

export default version;
4 changes: 2 additions & 2 deletions test_runner/test_bundle.js
Original file line number Diff line number Diff line change
Expand Up @@ -3647,9 +3647,9 @@ function noConflict() {
* @type string
* @example
* v.version
* // => '1.1.0'
* // => '1.3.0'
*/
var version = '1.1.0';
var version = '1.3.0';

/* eslint sort-imports: "off" */

Expand Down

0 comments on commit 696e73b

Please sign in to comment.