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 a4f9dda commit da13783Copy full SHA for da13783
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.0';
+var version = '1.2.1';
5
6
Package.describe({
7
name: packageName,
package.json
@@ -1,8 +1,8 @@
{
"name": "ionic-sdk",
"private": false,
- "version": "1.2.0",
- "codename": "zirconium-zeren",
+ "version": "1.2.1",
+ "codename": "amsterdam",
"repository": {
"url": "git://github.com/driftyco/ionic.git"
8
},
0 commit comments