Skip to content

Commit ce24cc6

Browse files
committed
Bump
1 parent 1f2178f commit ce24cc6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// package metadata file for Meteor.js
22
var packageName = 'driftyco:ionic'; // https://atmospherejs.com/driftyco/ionic
33
var where = 'client'; // where to install: 'client' or 'server'. For both, pass nothing.
4-
var version = '1.2.3';
4+
var version = '1.2.4';
55

66
Package.describe({
77
name: packageName,

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "ionic-sdk",
33
"private": false,
4-
"version": "1.2.3",
4+
"version": "1.2.4",
55
"codename": "",
66
"repository": {
77
"url": "git://github.com/driftyco/ionic.git"

0 commit comments

Comments
 (0)