Skip to content

Commit

Permalink
Release v0.0.113
Browse files Browse the repository at this point in the history
  • Loading branch information
mlynch committed Feb 27, 2018
1 parent 0aac243 commit 32d7a3f
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions Capacitor.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'Capacitor'
s.version = '0.0.112'
s.version = '0.0.113'
s.summary = 'Capacitor for iOS'
s.social_media_url = 'http://twitter.com/getcapacitor'
s.license = 'MIT'
Expand All @@ -9,6 +9,6 @@ Pod::Spec.new do |s|
s.authors = { 'Ionic Team' => '[email protected]' }
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', '0.0.112'
s.dependency 'CapacitorCordova', '0.0.113'
s.dependency 'GCDWebServer', '~> 3.0'
end
2 changes: 1 addition & 1 deletion CapacitorCordova.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Pod::Spec.new do |s|
s.name = "CapacitorCordova"
s.module_name = 'Cordova'
s.version = '0.0.112'
s.version = '0.0.113'
s.summary = "Capacitor Cordova Compatibility Layer"
s.homepage = "https://ionic-team.github.io/capacitor"
s.license = 'MIT'
Expand Down
2 changes: 1 addition & 1 deletion cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@capacitor/cli",
"version": "0.0.112",
"version": "0.0.113",
"description": "Capacitor: Cross-platform apps with JavaScript and the web",
"homepage": "https://capacitor.ionicframework.com/",
"author": "Ionic Team <[email protected]> (https://ionicframework.com) ",
Expand Down
2 changes: 1 addition & 1 deletion core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@capacitor/core",
"version": "0.0.112",
"version": "0.0.113",
"description": "Cordova: cross-platform mobile apps with the web",
"homepage": "http://getcapacitor.com/",
"author": "Ionic Team <[email protected]> (https://ionicframework.com) ",
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@
"./cli/",
"./core/"
],
"version": "0.0.112"
"version": "0.0.113"
}

0 comments on commit 32d7a3f

Please sign in to comment.