Skip to content

Commit

Permalink
Updated podspec and change log for version 1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
sdpjswl committed Jan 31, 2022
1 parent 6d45f78 commit 864411d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ASJCoreDataOperation.podspec
@@ -1,7 +1,7 @@
Pod::Spec.new do |s|
s.name = 'ASJCoreDataOperation'
s.version = '1.1'
s.platform = :ios, '9.0'
s.version = '1.2'
s.platform = :ios, '10.0'
s.license = { :type => 'MIT' }
s.homepage = 'https://github.com/sdpjswl/ASJCoreDataOperation'
s.authors = { 'Sudeep' => 'sdpjswl1@gmail.com' }
Expand Down
6 changes: 6 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,11 @@
# Change Log

## [1.2](https://github.com/sdpjswl/ASJCoreDataOperation/releases/tag/1.2)
Released on Monday, 31 Jan, 2022.

#### Added
* Support for iOS 10 and NSPersistentContainer.

## [1.1](https://github.com/sdpjswl/ASJCoreDataOperation/releases/tag/1.1)
Released on Monday, 31 Jan, 2022.

Expand Down

0 comments on commit 864411d

Please sign in to comment.