Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
JustinJiaDev committed Apr 18, 2017
1 parent 0011b58 commit d4fdf8a
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 4 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,15 +25,15 @@ 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

[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
Expand Down
2 changes: 1 addition & 1 deletion Resource.podspec
Original file line number Diff line number Diff line change
@@ -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" }
Expand Down
2 changes: 1 addition & 1 deletion Sources/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>0.1.1</string>
<string>0.2</string>
<key>CFBundleVersion</key>
<string>$(CURRENT_PROJECT_VERSION)</string>
<key>NSPrincipalClass</key>
Expand Down

0 comments on commit d4fdf8a

Please sign in to comment.