From f3b13ab5aba4ca09b7339dc9e9b70d05673b962e Mon Sep 17 00:00:00 2001 From: Max Lynch Date: Mon, 19 Nov 2018 15:41:23 -0600 Subject: [PATCH] Release v1.0.0-beta.11 --- Capacitor.podspec | 4 ++-- CapacitorCordova.podspec | 2 +- android/package.json | 2 +- cli/package.json | 2 +- core/package.json | 2 +- electron/package.json | 4 ++-- lerna.json | 2 +- 7 files changed, 9 insertions(+), 9 deletions(-) diff --git a/Capacitor.podspec b/Capacitor.podspec index e977b25b2..6f934289f 100644 --- a/Capacitor.podspec +++ b/Capacitor.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'Capacitor' - s.version = '1.0.0-beta.10' + s.version = '1.0.0-beta.11' s.summary = 'Capacitor for iOS' s.social_media_url = 'http://twitter.com/getcapacitor' s.license = 'MIT' @@ -9,5 +9,5 @@ Pod::Spec.new do |s| s.authors = { 'Ionic Team' => 'hi@ionicframework.com' } s.source = { :git => 'https://github.com/ionic-team/capacitor.git', :tag => s.version.to_s } s.source_files = 'ios/Capacitor/Capacitor/*.{swift,h,m}', 'ios/Capacitor/Capacitor/Plugins/*.{swift,h,m}', 'ios/Capacitor/Capacitor/Plugins/**/*.{swift,h,m}' - s.dependency 'CapacitorCordova', '1.0.0-beta.10' + s.dependency 'CapacitorCordova', '1.0.0-beta.11' end diff --git a/CapacitorCordova.podspec b/CapacitorCordova.podspec index 8b0321f65..d45cffecf 100644 --- a/CapacitorCordova.podspec +++ b/CapacitorCordova.podspec @@ -1,7 +1,7 @@ Pod::Spec.new do |s| s.name = "CapacitorCordova" s.module_name = 'Cordova' - s.version = '1.0.0-beta.10' + s.version = '1.0.0-beta.11' s.summary = "Capacitor Cordova Compatibility Layer" s.homepage = "https://ionic-team.github.io/capacitor" s.license = 'MIT' diff --git a/android/package.json b/android/package.json index 9a84e2371..a9e849f68 100644 --- a/android/package.json +++ b/android/package.json @@ -1,6 +1,6 @@ { "name": "@capacitor/android", - "version": "1.0.0-beta.10", + "version": "1.0.0-beta.11", "description": "Capacitor: cross-platform mobile apps with the web", "homepage": "http://getcapacitor.com/", "author": "Ionic Team (https://ionicframework.com) ", diff --git a/cli/package.json b/cli/package.json index 596226725..443e5d3e5 100644 --- a/cli/package.json +++ b/cli/package.json @@ -1,6 +1,6 @@ { "name": "@capacitor/cli", - "version": "1.0.0-beta.10", + "version": "1.0.0-beta.11", "description": "Capacitor: Cross-platform apps with JavaScript and the web", "homepage": "https://capacitor.ionicframework.com/", "author": "Ionic Team (https://ionicframework.com) ", diff --git a/core/package.json b/core/package.json index 4a3e9bc62..b2d2422d4 100644 --- a/core/package.json +++ b/core/package.json @@ -1,6 +1,6 @@ { "name": "@capacitor/core", - "version": "1.0.0-beta.10", + "version": "1.0.0-beta.11", "description": "Capacitor: cross-platform mobile apps with the web", "homepage": "http://getcapacitor.com/", "author": "Ionic Team (https://ionicframework.com) ", diff --git a/electron/package.json b/electron/package.json index 286eca6a9..34a6539ba 100644 --- a/electron/package.json +++ b/electron/package.json @@ -1,6 +1,6 @@ { "name": "@capacitor/electron", - "version": "1.0.0-beta.10", + "version": "1.0.0-beta.11", "description": "Capacitor: cross-platform mobile apps with the web", "homepage": "http://getcapacitor.com/", "author": "Ionic Team (https://ionicframework.com) ", @@ -63,6 +63,6 @@ ] }, "dependencies": { - "@capacitor/core": "^1.0.0-beta.10" + "@capacitor/core": "^1.0.0-beta.11" } } diff --git a/lerna.json b/lerna.json index 0fd67c164..9521038d8 100644 --- a/lerna.json +++ b/lerna.json @@ -8,5 +8,5 @@ "./capacitor-ios/", "./android/" ], - "version": "1.0.0-beta.10" + "version": "1.0.0-beta.11" }