Skip to content
This repository was archived by the owner on Jun 20, 2019. It is now read-only.

Commit

Permalink
Less strict dependency versions
Browse files Browse the repository at this point in the history
  • Loading branch information
bigtimebuddy committed Mar 26, 2014
1 parent cb9c52d commit ccbfae1
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "canteen",
"version": "1.1.2",
"version": "1.1.3",
"main": "lib/canteen.min.js",
"dependencies": {
"cloudkid-debug": "*",
"cloudkid-namespace": "*",
"jquery": "~1",
"history.js": "~1.8",
"touchclick": "~1.1",
"jquery-form": "~3.45"
"history.js": "*",
"touchclick": "*",
"jquery-form": "~3"
},
"ignore": [
".gitignore",
Expand Down
2 changes: 1 addition & 1 deletion build.properties
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ git.master=master

compressor=uglifyjs
js.validator=jshint
version=1.1.2
version=1.1.3

output.name=canteen
output.min=${build.dir}/${output.name}.min.js
Expand Down
2 changes: 1 addition & 1 deletion lib/canteen.debug.js
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@
};
p.gateway = null, p.parameters = null, p.options = {}, Site.ENTER = "enter", Site.EXIT = "exit",
Site.READY = "ready", Site.LOADING = "loading", Site.LOADING_DONE = "loadingDone",
Site.VERSION = "1.1.2", p.initialize = function() {
Site.VERSION = "1.1.3", p.initialize = function() {
if (_instance) throw "Site has already been created. Use Canteen.Site.instance";
_instance = this;
var opts = this.options = _defaultOptions;
Expand Down
2 changes: 1 addition & 1 deletion lib/canteen.js
Original file line number Diff line number Diff line change
Expand Up @@ -1226,7 +1226,7 @@
* @property {String} VERSION
* @readOnly
*/
Site.VERSION = "1.1.2";
Site.VERSION = "1.1.3";

/**
* Constructor for the site
Expand Down
Loading

0 comments on commit ccbfae1

Please sign in to comment.