Skip to content

Commit

Permalink
Version 0.10.4
Browse files Browse the repository at this point in the history
  • Loading branch information
djbe committed Oct 10, 2018
1 parent b1bf1c6 commit e4da116
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 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.3'
s.version = '0.10.4'
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 @@ -56,7 +56,7 @@ Pod::Spec.new do |s|
ss.dependency 'CocoaLumberjack/Swift', '~> 3.4'
ss.dependency 'CodableAlamofire', '~> 1.1'
ss.dependency 'CrashlyticsRecorder', '~> 2.2'
ss.dependency 'Then', '~> 2.3'
ss.dependency 'Then', '~> 2.4'
end

# coredata
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-labs/AppwiseCore)

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

### New Features

* DB: `Map` (used by `Wrapper`) `context` property is now public, so you can access the context during an import.
Expand Down

0 comments on commit e4da116

Please sign in to comment.