Skip to content

Commit f3b13ab

Browse files
committed
Release v1.0.0-beta.11
1 parent 3bc8b44 commit f3b13ab

File tree

7 files changed

+9
-9
lines changed

7 files changed

+9
-9
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.0.0-beta.10'
3+
s.version = '1.0.0-beta.11'
44
s.summary = 'Capacitor for iOS'
55
s.social_media_url = 'http://twitter.com/getcapacitor'
66
s.license = 'MIT'
@@ -9,5 +9,5 @@ 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.0.0-beta.10'
12+
s.dependency 'CapacitorCordova', '1.0.0-beta.11'
1313
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.0.0-beta.10'
4+
s.version = '1.0.0-beta.11'
55
s.summary = "Capacitor Cordova Compatibility Layer"
66
s.homepage = "https://ionic-team.github.io/capacitor"
77
s.license = 'MIT'

android/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@capacitor/android",
3-
"version": "1.0.0-beta.10",
3+
"version": "1.0.0-beta.11",
44
"description": "Capacitor: cross-platform mobile apps with the web",
55
"homepage": "http://getcapacitor.com/",
66
"author": "Ionic Team <[email protected]> (https://ionicframework.com) ",

cli/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@capacitor/cli",
3-
"version": "1.0.0-beta.10",
3+
"version": "1.0.0-beta.11",
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) ",

core/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@capacitor/core",
3-
"version": "1.0.0-beta.10",
3+
"version": "1.0.0-beta.11",
44
"description": "Capacitor: cross-platform mobile apps with the web",
55
"homepage": "http://getcapacitor.com/",
66
"author": "Ionic Team <[email protected]> (https://ionicframework.com) ",

electron/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@capacitor/electron",
3-
"version": "1.0.0-beta.10",
3+
"version": "1.0.0-beta.11",
44
"description": "Capacitor: cross-platform mobile apps with the web",
55
"homepage": "http://getcapacitor.com/",
66
"author": "Ionic Team <[email protected]> (https://ionicframework.com) ",
@@ -63,6 +63,6 @@
6363
]
6464
},
6565
"dependencies": {
66-
"@capacitor/core": "^1.0.0-beta.10"
66+
"@capacitor/core": "^1.0.0-beta.11"
6767
}
6868
}

lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@
88
"./capacitor-ios/",
99
"./android/"
1010
],
11-
"version": "1.0.0-beta.10"
11+
"version": "1.0.0-beta.11"
1212
}

0 commit comments

Comments
 (0)