Skip to content

Commit 75f4c64

Browse files
committed
Release v2.0.0-beta.0
1 parent 9610570 commit 75f4c64

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
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 = '1.5.0'
3+
s.version = '2.0.0-beta.0'
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', '1.5.0'
12+
s.dependency 'CapacitorCordova', '2.0.0-beta.0'
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 = '1.5.0'
4+
s.version = '2.0.0-beta.0'
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.5.0",
3+
"version": "2.0.0-beta.0",
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": "1.5.0",
3+
"version": "2.0.0-beta.0",
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": "1.5.0",
3+
"version": "2.0.0-beta.0",
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) ",

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@
77
"./cli/",
88
"./core/"
99
],
10-
"version": "1.5.0"
10+
"version": "2.0.0-beta.0"
1111
}

0 commit comments

Comments
 (0)