Skip to content

Commit

Permalink
bump version to 1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
millermedeiros committed Oct 31, 2012
1 parent e55ff82 commit 97b891a
Show file tree
Hide file tree
Showing 10 changed files with 315 additions and 299 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Expand Up @@ -2,8 +2,8 @@ Hasher Changelog
================


NEXT
----
v1.1.2 (2012/10/31)
-------------------

- fix unnecessary "changed" events during consecutive redirects (#39)
- fix hash containing "%" (#42)
Expand Down
2 changes: 1 addition & 1 deletion dev/build/build.properties
Expand Up @@ -10,7 +10,7 @@ jsdoc-toolkit.dir = ${build.dir}/jsdoc-toolkit
yuicompressor.jar = ${build.dir}/yuicompressor/yuicompressor-2.4.2.jar

product.name = hasher
version.number = 1.1.1+
version.number = 1.1.2

dist.name = ${product.name}.js
dist.min.name = ${product.name}.min.js
2 changes: 1 addition & 1 deletion dist/docs/files.html
Expand Up @@ -57,7 +57,7 @@ <h2><a href="symbols/src/_Users_millermedeiros_Projects__open_source_Hasher_dist
</div>
<div class="fineprint" style="clear:both;text-align:center">

Documentation generated by <a href="http://code.google.com/p/jsdoc-toolkit/" target="_blankt">JsDoc Toolkit</a> 2.4.0 on Thu Oct 25 2012 15:47:18 GMT-0200 (BRST)
Documentation generated by <a href="http://code.google.com/p/jsdoc-toolkit/" target="_blankt">JsDoc Toolkit</a> 2.4.0 on Wed Oct 31 2012 15:19:09 GMT-0200 (BRST)
| template based on Steffen Siering <a href="http://github.com/urso/jsdoc-simple">jsdoc-simple</a>.
</div>
</body>
Expand Down
2 changes: 1 addition & 1 deletion dist/docs/index.html
Expand Up @@ -63,7 +63,7 @@ <h2><a href="symbols/hasher.html">hasher</a></h2>
</div>
<div class="fineprint" style="clear:both;text-align:center">

Documentation generated by <a href="http://code.google.com/p/jsdoc-toolkit/" target="_blankt">JsDoc Toolkit</a> 2.4.0 on Thu Oct 25 2012 15:47:18 GMT-0200 (BRST)
Documentation generated by <a href="http://code.google.com/p/jsdoc-toolkit/" target="_blankt">JsDoc Toolkit</a> 2.4.0 on Wed Oct 31 2012 15:19:09 GMT-0200 (BRST)
| template based on Steffen Siering <a href="http://github.com/urso/jsdoc-simple">jsdoc-simple</a>.
</div>
</body>
Expand Down
2 changes: 1 addition & 1 deletion dist/docs/symbolindex.html
Expand Up @@ -261,7 +261,7 @@ <h1 id="classTitle">Symbol Index</h1>
</div>
<div class="fineprint" style="clear:both;text-align:center">

Documentation generated by <a href="http://code.google.com/p/jsdoc-toolkit/" target="_blankt">JsDoc Toolkit</a> 2.4.0 on Thu Oct 25 2012 15:47:18 GMT-0200 (BRST)
Documentation generated by <a href="http://code.google.com/p/jsdoc-toolkit/" target="_blankt">JsDoc Toolkit</a> 2.4.0 on Wed Oct 31 2012 15:19:09 GMT-0200 (BRST)
| template based on Steffen Siering <a href="http://github.com/urso/jsdoc-simple">jsdoc-simple</a>.
</div>
</body>
Expand Down
2 changes: 1 addition & 1 deletion dist/docs/symbols/_global_.html
Expand Up @@ -97,7 +97,7 @@ <h1 class="classTitle">
<!-- ============================== footer ================================= -->
<div class="fineprint" style="clear:both;text-align:center">

Documentation generated by <a href="http://code.google.com/p/jsdoc-toolkit/" target="_blankt">JsDoc Toolkit</a> 2.4.0 on Thu Oct 25 2012 15:47:18 GMT-0200 (BRST)
Documentation generated by <a href="http://code.google.com/p/jsdoc-toolkit/" target="_blankt">JsDoc Toolkit</a> 2.4.0 on Wed Oct 31 2012 15:19:09 GMT-0200 (BRST)
| template based on Steffen Siering <a href="http://github.com/urso/jsdoc-simple">jsdoc-simple</a>.
</div>
</body>
Expand Down
2 changes: 1 addition & 1 deletion dist/docs/symbols/hasher.html
Expand Up @@ -802,7 +802,7 @@ <h1 class="classTitle">
<!-- ============================== footer ================================= -->
<div class="fineprint" style="clear:both;text-align:center">

Documentation generated by <a href="http://code.google.com/p/jsdoc-toolkit/" target="_blankt">JsDoc Toolkit</a> 2.4.0 on Thu Oct 25 2012 15:47:18 GMT-0200 (BRST)
Documentation generated by <a href="http://code.google.com/p/jsdoc-toolkit/" target="_blankt">JsDoc Toolkit</a> 2.4.0 on Wed Oct 31 2012 15:19:09 GMT-0200 (BRST)
| template based on Steffen Siering <a href="http://github.com/urso/jsdoc-simple">jsdoc-simple</a>.
</div>
</body>
Expand Down

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/js/hasher.js
@@ -1,7 +1,7 @@
/*!!
* Hasher <http://github.com/millermedeiros/hasher>
* @author Miller Medeiros
* @version 1.1.1+ (2012/10/31 03:17 PM)
* @version 1.1.2 (2012/10/31 03:19 PM)
* Released under the MIT License
*/

Expand Down Expand Up @@ -191,7 +191,7 @@ var hasher = (function(window){
* @type string
* @constant
*/
VERSION : '1.1.1+',
VERSION : '1.1.2',

/**
* String that should always be added to the end of Hash value.
Expand Down
4 changes: 2 additions & 2 deletions dist/js/hasher.min.js

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

0 comments on commit 97b891a

Please sign in to comment.