diff --git a/CHANGELOG.md b/CHANGELOG.md index 1ba88be..5e509e7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Change Log +## 0.2 + +### Added + +- Add `AlertActionDescribing`. + - Added by [Justin Jia](http://github.com/JustinJiaDev). +- Add `LocalizedUserNotificationStringDescribing`. + - Added by [Justin Jia](http://github.com/JustinJiaDev). + ## 0.1.1 ### Changed diff --git a/README.md b/README.md index ddf1bcb..4be6eb1 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ iOS 10+ / Xcode 8+ / Swift 3+ [Carthage](https://github.com/Carthage/Carthage) is a decentralized dependency manager. To install Resource, add the following line to your `Cartfile`: ```ogdl -github "TintPoint/Resource" ~> 0.1 +github "TintPoint/Resource" ~> 0.2 ``` ### CocoaPods @@ -33,7 +33,7 @@ github "TintPoint/Resource" ~> 0.1 [CocoaPods](https://cocoapods.org) is a centralized dependency manager. To install Resource, add the following line to your `Podfile`: ```ruby -pod 'Resource', '~> 0.1' +pod 'Resource', '~> 0.2' ``` ## Getting Started diff --git a/Resource.podspec b/Resource.podspec index 5dd01d6..ca4b8eb 100644 --- a/Resource.podspec +++ b/Resource.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "Resource" - s.version = "0.1.1" + s.version = "0.2" s.summary = "Resource helps you to manage your project resources." s.homepage = "https://github.com/TintPoint/Resource" s.author = { "Justin Jia" => "justin.jia@tintpoint.com" } diff --git a/Sources/Info.plist b/Sources/Info.plist index 43479be..98427be 100644 --- a/Sources/Info.plist +++ b/Sources/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 0.1.1 + 0.2 CFBundleVersion $(CURRENT_PROJECT_VERSION) NSPrincipalClass