Skip to content

Commit

Permalink
Version 0.10.2
Browse files Browse the repository at this point in the history
  • Loading branch information
djbe committed Aug 17, 2018
1 parent 320e611 commit c1a7d87
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 2 additions & 1 deletion AppwiseCore.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Pod::Spec.new do |s|
# info
s.name = 'AppwiseCore'
s.version = '0.10.1'
s.version = '0.10.2'
s.summary = 'Just a library of some stuff we use internally.'
s.description = <<-DESC
Contains a few generic types (appdelegate, config, router, client) and some helper methods.
Expand Down Expand Up @@ -54,6 +54,7 @@ Pod::Spec.new do |s|
ss.dependency 'AppwiseCore/Common'
ss.dependency 'Alamofire'
ss.dependency 'CocoaLumberjack/Swift'
ss.dependency 'CodableAlamofire'
ss.dependency 'CrashlyticsRecorder'
ss.dependency 'Then'
end
Expand Down
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ All notable changes to this project will be documented in this file.

## [Master](https://github.com/appwise-labes/AppwiseCore)

## [0.10.2](https://github.com/appwise-labs/AppwiseCore/releases/tag/0.10.2)

### New Features

* Core: Add a new network shortcut for loading a `Decodable` object from JSON.
Expand Down
2 changes: 1 addition & 1 deletion Example

0 comments on commit c1a7d87

Please sign in to comment.