Skip to content

Commit

Permalink
bump version to 1.1.4 and use flexible signals dependency number
Browse files Browse the repository at this point in the history
  • Loading branch information
millermedeiros committed Apr 3, 2013
1 parent cf51ecd commit 677b6fc
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 7 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
@@ -1,6 +1,11 @@
Hasher Changelog
================

v1.1.4 (2013/04/03)
-------------------

- node.js compliance + package.json (#52)


v1.1.3 (2013/03/14)
-------------------
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.3
version.number = 1.1.4

dist.name = ${product.name}.js
dist.min.name = ${product.name}.min.js
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.3 (2013/04/01 11:45 PM)
* @version 1.1.4 (2013/04/03 08:59 AM)
* Released under the MIT License
*/

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

/**
* 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.

4 changes: 2 additions & 2 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "hasher",
"version": "1.1.3",
"version": "1.1.4",
"description": "Hasher is a set of JavaScript functions to control browser history for rich-media websites and applications",
"main": "dist/js/hasher.js",
"scripts": {
Expand All @@ -20,6 +20,6 @@
"author": "Miller Medeiros <contact@millermedeiros.com>",
"license": "MIT",
"dependencies": {
"signals": "~1.0.0"
"signals": ">0.7 <2.0"
}
}

0 comments on commit 677b6fc

Please sign in to comment.