Skip to content

Commit

Permalink
update to latest release
Browse files Browse the repository at this point in the history
  • Loading branch information
uzquiano committed Aug 13, 2016
1 parent 4b92419 commit fe26cb3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions lib/gitana.js
@@ -1,5 +1,5 @@
/*
Gitana JavaScript Driver - Version 1.0.225
Gitana JavaScript Driver - Version 1.0.226

Copyright 2016 Gitana Software, Inc.

Expand Down Expand Up @@ -2272,7 +2272,7 @@ if (typeof JSON !== 'object') {
Gitana.requestCount = 0;

// version of the driver
Gitana.VERSION = "1.0.225";
Gitana.VERSION = "1.0.226";

// allow for optional global assignment
// TODO: until we clean up the "window" variable reliance, we have to always set onto window again
Expand Down
2 changes: 1 addition & 1 deletion lib/gitana.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -2,7 +2,7 @@
"author": "Gitana Software, Inc. <info@cloudcms.com> (http://www.cloudcms.com)",
"name": "gitana",
"description": "Cloud CMS Gitana Driver for Node JS",
"version": "1.0.225",
"version": "1.0.226",
"repository": {
"type": "git",
"url": "git://github.com/gitana/gitana-node-js.git"
Expand Down

0 comments on commit fe26cb3

Please sign in to comment.