Skip to content

Commit

Permalink
Bump version num
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeehut committed Oct 24, 2018
1 parent 69c7e52 commit 89874ee
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [0.3.0] - 2018-10-24
### Added
- Convenience `do` method on `MungoHealer` to simplify usage with single `handle(error)` catch-all.

Expand Down
2 changes: 1 addition & 1 deletion Frameworks/SupportingFiles/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.2.0</string>
<string>0.3.0</string>
<key>CFBundleVersion</key>
<string>$(CURRENT_PROJECT_VERSION)</string>
<key>NSPrincipalClass</key>
Expand Down
2 changes: 1 addition & 1 deletion MungoHealer.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Pod::Spec.new do |s|

s.name = "MungoHealer"
s.version = "0.2.0"
s.version = "0.3.0"
s.summary = "Error Handler based on localized & healable (recoverable) errors without the overhead of NSError. "

s.description = <<-DESC
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
alt="Build Status">
</a>
<a href="https://github.com/JamitLabs/MungoHealer/releases">
<img src="https://img.shields.io/badge/Version-0.2.0-blue.svg"
alt="Version: 0.2.0">
<img src="https://img.shields.io/badge/Version-0.3.0-blue.svg"
alt="Version: 0.3.0">
</a>
<img src="https://img.shields.io/badge/Swift-4.2-FFAC45.svg"
alt="Swift: 4.2">
Expand Down

0 comments on commit 89874ee

Please sign in to comment.