Skip to content

Commit 0688b8b

Browse files
committed
Release v2.0.2
1 parent fc33265 commit 0688b8b

File tree

7 files changed

+9
-9
lines changed

7 files changed

+9
-9
lines changed

Capacitor.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'Capacitor'
3-
s.version = '2.0.1'
3+
s.version = '2.0.2'
44
s.summary = 'Capacitor for iOS'
55
s.social_media_url = 'http://twitter.com/getcapacitor'
66
s.license = 'MIT'
@@ -9,6 +9,6 @@ Pod::Spec.new do |s|
99
s.authors = { 'Ionic Team' => 'hi@ionicframework.com' }
1010
s.source = { :git => 'https://github.com/ionic-team/capacitor.git', :tag => s.version.to_s }
1111
s.source_files = 'ios/Capacitor/Capacitor/*.{swift,h,m}', 'ios/Capacitor/Capacitor/Plugins/*.{swift,h,m}', 'ios/Capacitor/Capacitor/Plugins/**/*.{swift,h,m}'
12-
s.dependency 'CapacitorCordova', '2.0.1'
12+
s.dependency 'CapacitorCordova', '2.0.2'
1313
s.swift_version = '5.0'
1414
end

CapacitorCordova.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Pod::Spec.new do |s|
22
s.name = "CapacitorCordova"
33
s.module_name = 'Cordova'
4-
s.version = '2.0.1'
4+
s.version = '2.0.2'
55
s.summary = "Capacitor Cordova Compatibility Layer"
66
s.homepage = "https://ionic-team.github.io/capacitor"
77
s.license = 'MIT'

android/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@capacitor/android",
3-
"version": "2.0.1",
3+
"version": "2.0.2",
44
"description": "Capacitor: cross-platform mobile apps with the web",
55
"homepage": "https://capacitor.ionicframework.com/",
66
"author": "Ionic Team <hi@ionic.io> (https://ionicframework.com) ",

cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@capacitor/cli",
3-
"version": "2.0.1",
3+
"version": "2.0.2",
44
"description": "Capacitor: Cross-platform apps with JavaScript and the web",
55
"homepage": "https://capacitor.ionicframework.com/",
66
"author": "Ionic Team <hi@ionicframework.com> (https://ionicframework.com) ",

core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@capacitor/core",
3-
"version": "2.0.1",
3+
"version": "2.0.2",
44
"description": "Capacitor: cross-platform mobile apps with the web",
55
"homepage": "https://capacitor.ionicframework.com/",
66
"author": "Ionic Team <hi@ionic.io> (https://ionicframework.com) ",

electron/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@capacitor/electron",
3-
"version": "2.0.1",
3+
"version": "2.0.2",
44
"description": "Capacitor: cross-platform mobile apps with the web",
55
"homepage": "https://capacitor.ionicframework.com/",
66
"author": "Ionic Team <hi@ionic.io> (https://ionicframework.com) ",
@@ -62,7 +62,7 @@
6262
]
6363
},
6464
"dependencies": {
65-
"@capacitor/core": "^2.0.1"
65+
"@capacitor/core": "^2.0.2"
6666
},
6767
"gitHead": "844c0feba4a801ee5041429a82d0f805c9e665b0"
6868
}

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@
88
"./core/",
99
"./electron/"
1010
],
11-
"version": "2.0.1"
11+
"version": "2.0.2"
1212
}

0 commit comments

Comments
 (0)