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 1f2178f commit ce24cc6Copy full SHA for ce24cc6
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.3';
+var version = '1.2.4';
5
6
Package.describe({
7
name: packageName,
package.json
{
"name": "ionic-sdk",
"private": false,
- "version": "1.2.3",
+ "version": "1.2.4",
"codename": "",
"repository": {
"url": "git://github.com/driftyco/ionic.git"
0 commit comments