Skip to content

Commit 93b1434

Browse files
committed
Release v1.1.1
1 parent 593aa0a commit 93b1434

File tree

7 files changed

+13
-13
lines changed

7 files changed

+13
-13
lines changed

Capacitor.podspec

+2-2
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 = '1.1.0'
3+
s.version = '1.1.1'
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' => '[email protected]' }
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', '1.1.0'
12+
s.dependency 'CapacitorCordova', '1.1.1'
1313
s.swift_version = '4.2'
1414
end

CapacitorCordova.podspec

+1-1
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 = '1.1.0'
4+
s.version = '1.1.1'
55
s.summary = "Capacitor Cordova Compatibility Layer"
66
s.homepage = "https://ionic-team.github.io/capacitor"
77
s.license = 'MIT'

android/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@capacitor/android",
3-
"version": "1.1.0",
3+
"version": "1.1.1",
44
"description": "Capacitor: cross-platform mobile apps with the web",
55
"homepage": "https://capacitor.ionicframework.com/",
66
"author": "Ionic Team <[email protected]> (https://ionicframework.com) ",
@@ -15,5 +15,5 @@
1515
"publishConfig": {
1616
"access": "public"
1717
},
18-
"gitHead": "4e9014a5f1f37b18f5e03fbf682a9a3142ad2151"
18+
"gitHead": "593aa0af9e2b9dfb3c4e69e739d36d7358959b31"
1919
}

cli/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@capacitor/cli",
3-
"version": "1.1.0",
3+
"version": "1.1.1",
44
"description": "Capacitor: Cross-platform apps with JavaScript and the web",
55
"homepage": "https://capacitor.ionicframework.com/",
66
"author": "Ionic Team <[email protected]> (https://ionicframework.com) ",
@@ -102,5 +102,5 @@
102102
}
103103
}
104104
},
105-
"gitHead": "4e9014a5f1f37b18f5e03fbf682a9a3142ad2151"
105+
"gitHead": "593aa0af9e2b9dfb3c4e69e739d36d7358959b31"
106106
}

core/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@capacitor/core",
3-
"version": "1.1.0",
3+
"version": "1.1.1",
44
"description": "Capacitor: cross-platform mobile apps with the web",
55
"homepage": "https://capacitor.ionicframework.com/",
66
"author": "Ionic Team <[email protected]> (https://ionicframework.com) ",
@@ -63,5 +63,5 @@
6363
"dependencies": {
6464
"tslib": "^1.9.0"
6565
},
66-
"gitHead": "4e9014a5f1f37b18f5e03fbf682a9a3142ad2151"
66+
"gitHead": "593aa0af9e2b9dfb3c4e69e739d36d7358959b31"
6767
}

electron/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@capacitor/electron",
3-
"version": "1.1.0",
3+
"version": "1.1.1",
44
"description": "Capacitor: cross-platform mobile apps with the web",
55
"homepage": "https://capacitor.ionicframework.com/",
66
"author": "Ionic Team <[email protected]> (https://ionicframework.com) ",
@@ -62,7 +62,7 @@
6262
]
6363
},
6464
"dependencies": {
65-
"@capacitor/core": "^1.1.0"
65+
"@capacitor/core": "^1.1.1"
6666
},
67-
"gitHead": "4e9014a5f1f37b18f5e03fbf682a9a3142ad2151"
67+
"gitHead": "593aa0af9e2b9dfb3c4e69e739d36d7358959b31"
6868
}

lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@
88
"./core/",
99
"./electron/"
1010
],
11-
"version": "1.1.0"
11+
"version": "1.1.1"
1212
}

0 commit comments

Comments
 (0)