Skip to content
This repository was archived by the owner on Jul 2, 2018. It is now read-only.

Commit 45da985

Browse files
committed
Merge branch 'release/1.4.1'
2 parents 0d86221 + 0541373 commit 45da985

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# 1.4.1
2+
1. [[MNY-28](https://github.com/danthorpe/Money/pull/28)]: Documentation is now hosted at [docs.danthorpe.me](http://docs.danthorpe.me/money/1.4.1/).
3+
14
# 1.4.0
25
1. [[MNY-25](https://github.com/danthorpe/Money/pull/25)]: Adds convenience initializers to `DecimalNumberType` for `Int` (including all the variants) and `Double` parameters. Although not technically needed, (as it’s integer and float convertible) this makes it a lot easier to construct `Money` types.
36
2. [[MNY-24](https://github.com/danthorpe/Money/pull/26)]: Refactors the localized string formatting APIs. Fixed a few bugs which may have rendered string incorrectly formatted in some locales. Also added the ability to format `MoneyType` values using specific language and country locales. See the README for more info.

Money.podspec

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "Money"
3-
s.version = "1.4.0"
3+
s.version = "1.4.1"
44
s.summary = "Swift types for working with Money."
55
s.description = <<-DESC
66
@@ -15,6 +15,7 @@ Pod::Spec.new do |s|
1515
s.author = { "Daniel Thorpe" => "@danthorpe" }
1616
s.source = { :git => "https://github.com/danthorpe/Money.git", :tag => s.version.to_s }
1717
s.module_name = 'Money'
18+
s.documentation_url = 'http://docs.danthorpe.me/money/1.4.1/index.html'
1819
s.social_media_url = 'https://twitter.com/danthorpe'
1920
s.requires_arc = true
2021
s.ios.deployment_target = '8.0'

Supporting Files/Money.xcconfig

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
//
77
//
88

9-
MONEY_VERSION = 1.4.0
9+
MONEY_VERSION = 1.4.1
1010

1111
APPLICATION_EXTENSION_API_ONLY = YES
1212
INFOPLIST_FILE = $(SRCROOT)/Supporting Files/Info.plist

0 commit comments

Comments
 (0)