We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 67ef9eb commit ce36935Copy full SHA for ce36935
package.js
@@ -1,7 +1,7 @@
1
// package metadata file for Meteor.js
2
var packageName = 'driftyco:ionic'; // https://atmospherejs.com/driftyco/ionic
3
var where = 'client'; // where to install: 'client' or 'server'. For both, pass nothing.
4
-var version = '1.2.1';
+var version = '1.2.2';
5
6
Package.describe({
7
name: packageName,
package.json
@@ -1,8 +1,8 @@
{
"name": "ionic-sdk",
"private": false,
- "version": "1.2.1",
- "codename": "amsterdam",
+ "version": "1.2.2",
+ "codename": "barcelona",
"repository": {
"url": "git://github.com/driftyco/ionic.git"
8
},
0 commit comments