Skip to content

Commit 89874ee

Browse files
committed
Bump version num
1 parent 69c7e52 commit 89874ee

File tree

4 files changed

+6
-4
lines changed

4 files changed

+6
-4
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ All notable changes to this project will be documented in this file.
44
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).
55

66
## [Unreleased]
7+
8+
## [0.3.0] - 2018-10-24
79
### Added
810
- Convenience `do` method on `MungoHealer` to simplify usage with single `handle(error)` catch-all.
911

Frameworks/SupportingFiles/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<key>CFBundlePackageType</key>
1616
<string>FMWK</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>0.2.0</string>
18+
<string>0.3.0</string>
1919
<key>CFBundleVersion</key>
2020
<string>$(CURRENT_PROJECT_VERSION)</string>
2121
<key>NSPrincipalClass</key>

MungoHealer.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Pod::Spec.new do |s|
22

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

77
s.description = <<-DESC

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
alt="Build Status">
1010
</a>
1111
<a href="https://github.com/JamitLabs/MungoHealer/releases">
12-
<img src="https://img.shields.io/badge/Version-0.2.0-blue.svg"
13-
alt="Version: 0.2.0">
12+
<img src="https://img.shields.io/badge/Version-0.3.0-blue.svg"
13+
alt="Version: 0.3.0">
1414
</a>
1515
<img src="https://img.shields.io/badge/Swift-4.2-FFAC45.svg"
1616
alt="Swift: 4.2">

0 commit comments

Comments
 (0)