Skip to content
This repository was archived by the owner on May 4, 2022. It is now read-only.

Commit fc404f9

Browse files
committed
chore(): bump
1 parent fbf4af3 commit fc404f9

File tree

5 files changed

+6
-7
lines changed

5 files changed

+6
-7
lines changed

bower.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "ionic",
3-
"version": "1.3.3",
4-
"codename": "germany",
3+
"version": "1.3.4",
4+
"codename": "hong kong",
55
"homepage": "https://github.com/ionic-team/ionic",
66
"authors": [
77
"Max Lynch <[email protected]>",

component.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"repo": "ionic-team/ionic",
33
"development": {},
4-
"version": "1.3.3",
4+
"version": "1.3.4",
55
"styles": [
66
"dist/css/ionic.css"
77
],

config/CODENAMES

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
hong kong
21
israel
32
jamaica
43
korea

package.js

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

66
Package.describe({
77
name: packageName,

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"name": "ionic-sdk",
33
"private": false,
4-
"version": "1.3.3",
5-
"codename": "germany",
4+
"version": "1.3.4",
5+
"codename": "hong kong",
66
"repository": {
77
"url": "git://github.com/ionic-team/ionic.git"
88
},

0 commit comments

Comments
 (0)