Skip to content

Commit 3bc8b44

Browse files
committed
Release v1.0.0-beta.10
1 parent 8297be5 commit 3bc8b44

File tree

7 files changed

+9
-10
lines changed

7 files changed

+9
-10
lines changed

Capacitor.podspec

Lines changed: 2 additions & 3 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 = '1.0.0-beta.9'
3+
s.version = '1.0.0-beta.10'
44
s.summary = 'Capacitor for iOS'
55
s.social_media_url = 'http://twitter.com/getcapacitor'
66
s.license = 'MIT'
@@ -9,6 +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.9'
13-
s.swift_version = '4.0'
12+
s.dependency 'CapacitorCordova', '1.0.0-beta.10'
1413
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 = '1.0.0-beta.9'
4+
s.version = '1.0.0-beta.10'
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": "1.0.0-beta.8",
3+
"version": "1.0.0-beta.10",
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

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": "1.0.0-beta.8",
3+
"version": "1.0.0-beta.10",
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

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": "1.0.0-beta.8",
3+
"version": "1.0.0-beta.10",
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

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": "1.0.0-beta.8",
3+
"version": "1.0.0-beta.10",
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.8"
66+
"@capacitor/core": "^1.0.0-beta.10"
6767
}
6868
}

lerna.json

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

0 commit comments

Comments
 (0)