Skip to content

Commit

Permalink
Updated library version to 1.0.0-alpha.2
Browse files Browse the repository at this point in the history
  • Loading branch information
panzerdp committed Dec 8, 2016
1 parent e6f4cbd commit 9c5bbfd
Show file tree
Hide file tree
Showing 7 changed files with 25 additions and 12 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@ words('welcome to Earth');
#### Browser
Load the UMD builds directly into browser's web page:

* [`dist/voca.min.js`](https://raw.githubusercontent.com/panzerdp/voca/1.0.0-alpha.0/dist/voca.min.js) minified production-ready
* [`dist/voca.js`](https://raw.githubusercontent.com/panzerdp/voca/1.0.0-alpha.0/dist/voca.js) uncompressed with comments
* [`dist/voca.min.js`](https://raw.githubusercontent.com/panzerdp/voca/1.0.0-alpha.2/dist/voca.min.js) minified production-ready
* [`dist/voca.js`](https://raw.githubusercontent.com/panzerdp/voca/1.0.0-alpha.2/dist/voca.js) uncompressed with comments

```html
<script src="voca.js" type="text/javascript"></script>
Expand Down
2 changes: 1 addition & 1 deletion dist/voca.js
Original file line number Diff line number Diff line change
Expand Up @@ -2677,7 +2677,7 @@ var OPTION_CUT = 'cut';
* width: 5,
* cut: true
* });
* // => 'Wonde\nerful\nworld'
* // => 'Wonde\nrful\nworld'
*
*/
function wordWrap(subject, options) {
Expand Down
2 changes: 1 addition & 1 deletion dist/voca.min.js.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions jsdoc/template/tmpl/introduction.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -92,10 +92,10 @@ Load the UMD builds directly into browser's web page:

<ul>
<li>
<a href="https://raw.githubusercontent.com/panzerdp/voca/1.0.0-alpha.0/dist/voca.min.js">voca.min.js</a> minified production-ready
<a href="https://raw.githubusercontent.com/panzerdp/voca/1.0.0-alpha.2/dist/voca.min.js">voca.min.js</a> minified production-ready
</li>
<li>
<a href="https://raw.githubusercontent.com/panzerdp/voca/1.0.0-alpha.0/dist/voca.js">voca.js</a> uncompressed with comments
<a href="https://raw.githubusercontent.com/panzerdp/voca/1.0.0-alpha.2/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.0.0-alpha.1",
"version": "1.0.0-alpha.2",
"description": "The ultimate JavaScript string library",
"homepage": "https://vocajs.com",
"author": {
Expand Down
21 changes: 17 additions & 4 deletions test_runner/test_bundle.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion test_runner/test_bundle.js.map

Large diffs are not rendered by default.

0 comments on commit 9c5bbfd

Please sign in to comment.