Skip to content

Commit

Permalink
Release v1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jcesarmobile committed Sep 4, 2019
1 parent 106575b commit eaf9141
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 13 deletions.
4 changes: 2 additions & 2 deletions Capacitor.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'Capacitor'
s.version = '1.1.1'
s.version = '1.2.0'
s.summary = 'Capacitor for iOS'
s.social_media_url = 'http://twitter.com/getcapacitor'
s.license = 'MIT'
Expand All @@ -9,6 +9,6 @@ Pod::Spec.new do |s|
s.authors = { 'Ionic Team' => '[email protected]' }
s.source = { :git => 'https://github.com/ionic-team/capacitor.git', :tag => s.version.to_s }
s.source_files = 'ios/Capacitor/Capacitor/*.{swift,h,m}', 'ios/Capacitor/Capacitor/Plugins/*.{swift,h,m}', 'ios/Capacitor/Capacitor/Plugins/**/*.{swift,h,m}'
s.dependency 'CapacitorCordova', '1.1.1'
s.dependency 'CapacitorCordova', '1.2.0'
s.swift_version = '4.2'
end
2 changes: 1 addition & 1 deletion CapacitorCordova.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Pod::Spec.new do |s|
s.name = "CapacitorCordova"
s.module_name = 'Cordova'
s.version = '1.1.1'
s.version = '1.2.0'
s.summary = "Capacitor Cordova Compatibility Layer"
s.homepage = "https://ionic-team.github.io/capacitor"
s.license = 'MIT'
Expand Down
4 changes: 2 additions & 2 deletions android/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@capacitor/android",
"version": "1.1.1",
"version": "1.2.0",
"description": "Capacitor: cross-platform mobile apps with the web",
"homepage": "https://capacitor.ionicframework.com/",
"author": "Ionic Team <[email protected]> (https://ionicframework.com) ",
Expand All @@ -15,5 +15,5 @@
"publishConfig": {
"access": "public"
},
"gitHead": "593aa0af9e2b9dfb3c4e69e739d36d7358959b31"
"gitHead": "106575b647e3f08391a4fdd80b0b4d77491264fa"
}
4 changes: 2 additions & 2 deletions cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@capacitor/cli",
"version": "1.1.1",
"version": "1.2.0",
"description": "Capacitor: Cross-platform apps with JavaScript and the web",
"homepage": "https://capacitor.ionicframework.com/",
"author": "Ionic Team <[email protected]> (https://ionicframework.com) ",
Expand Down Expand Up @@ -98,5 +98,5 @@
}
}
},
"gitHead": "593aa0af9e2b9dfb3c4e69e739d36d7358959b31"
"gitHead": "106575b647e3f08391a4fdd80b0b4d77491264fa"
}
4 changes: 2 additions & 2 deletions core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@capacitor/core",
"version": "1.1.1",
"version": "1.2.0",
"description": "Capacitor: cross-platform mobile apps with the web",
"homepage": "https://capacitor.ionicframework.com/",
"author": "Ionic Team <[email protected]> (https://ionicframework.com) ",
Expand Down Expand Up @@ -63,5 +63,5 @@
"dependencies": {
"tslib": "^1.9.0"
},
"gitHead": "593aa0af9e2b9dfb3c4e69e739d36d7358959b31"
"gitHead": "106575b647e3f08391a4fdd80b0b4d77491264fa"
}
6 changes: 3 additions & 3 deletions electron/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@capacitor/electron",
"version": "1.1.1",
"version": "1.2.0",
"description": "Capacitor: cross-platform mobile apps with the web",
"homepage": "https://capacitor.ionicframework.com/",
"author": "Ionic Team <[email protected]> (https://ionicframework.com) ",
Expand Down Expand Up @@ -62,7 +62,7 @@
]
},
"dependencies": {
"@capacitor/core": "^1.1.1"
"@capacitor/core": "^1.2.0"
},
"gitHead": "593aa0af9e2b9dfb3c4e69e739d36d7358959b31"
"gitHead": "106575b647e3f08391a4fdd80b0b4d77491264fa"
}
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@
"./core/",
"./electron/"
],
"version": "1.1.1"
"version": "1.2.0"
}

0 comments on commit eaf9141

Please sign in to comment.