Skip to content

Commit

Permalink
Release 2.0.95
Browse files Browse the repository at this point in the history
  • Loading branch information
steffen-roemer committed Mar 13, 2018
1 parent 49df5c2 commit b420f95
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 4 deletions.
Binary file modified Applanga.framework/Applanga
Binary file not shown.
Binary file modified Applanga.framework/Info.plist
Binary file not shown.
4 changes: 2 additions & 2 deletions Applanga.podspec
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
Pod::Spec.new do |s|
s.name = "Applanga"
s.version = "2.0.94"
s.version = "2.0.95"
s.summary = "This is the iOS SDK for Applanga."
s.homepage = "http://applanga.com"
s.license = { :type => 'Commercial', :file => 'LICENSE' }
s.author = { "Mbaas Development GmbH" => "developer@applanga.com" }
s.source = { :git => "https://github.com/applanga/sdk-ios.git", :tag => "2.0.94" }
s.source = { :git => "https://github.com/applanga/sdk-ios.git", :tag => "2.0.95" }
s.platform = :ios, '9.0'
s.frameworks = 'SystemConfiguration'
s.library = 'sqlite3', 'z'
Expand Down
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@
*URL:* <https://www.applanga.com>
***

### Version 2.0.95 (13 Mar 2018)
#### Fixed
- ui test / automatic screenshots are now working again also when the app is running from the commandline

---
### Version 2.0.94 (1 Mar 2018)
#### Fixed
- removed all app extension warnings
Expand All @@ -19,7 +24,7 @@
- ui tests automated screenshots

---
Version 2.0.90 (6 Feb 2018)
### Version 2.0.90 (6 Feb 2018)
#### Added
- proxy support

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Applanga SDK for iOS Localization
***
*Version:* 2.0.94
*Version:* 2.0.95

*URL:* <https://www.applanga.com>
***
Expand Down

0 comments on commit b420f95

Please sign in to comment.