Skip to content

Commit

Permalink
Bumped version number to 1.2.2 all around
Browse files Browse the repository at this point in the history
  • Loading branch information
wilkinson committed Jan 12, 2015
1 parent 7b39670 commit eac071a
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
# served to show the default, and I removed most of them.
#
# ~~ (c) SRW, 09 Jul 2014
# ~~ last updated 01 Jan 2015
# ~~ last updated 12 Jan 2015

import os, urllib

Expand Down Expand Up @@ -54,7 +54,7 @@

# The full version, including alpha/beta/rc tags.

release = '1.2.1'
release = '1.2.2'

# List of patterns, relative to source directory, that match files and
# directories to ignore when looking for source files.
Expand Down
2 changes: 1 addition & 1 deletion src/browser-client
Submodule browser-client updated 1 files
+1 −1 bower.json
2 changes: 1 addition & 1 deletion src/chrome-hosted-app/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@
"unlimitedStorage"
],
"short_name": "QMachine",
"version": "1.2.1"
"version": "1.2.2"
}
2 changes: 1 addition & 1 deletion src/homepage/manifest.webapp
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@
"name": "QMachine",
"permissions": {},
"type": "web",
"version": "1.2.1"
"version": "1.2.2"
}
2 changes: 1 addition & 1 deletion src/node-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@
"prestart": "node ./node_modules/qm/examples/roll-up.js public/",
"start": "node server.js"
},
"version": "1.2.1"
"version": "1.2.2"
}
2 changes: 1 addition & 1 deletion src/npm-module
Submodule npm-module updated 1 files
+1 −1 package.json
2 changes: 1 addition & 1 deletion src/ruby-gem
Submodule ruby-gem updated 1 files
+2 −2 qm.gemspec

0 comments on commit eac071a

Please sign in to comment.