Skip to content

Commit 7a5ae0b

Browse files
committed
Fixes version.
1 parent 7dc8bc1 commit 7a5ae0b

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,11 @@ All notable changes to this project will be documented in this file.
55

66
## [1.0.1](https://github.com/RxSwiftCommunity/RxDataSources/releases/tag/1.0.1)
77

8+
<<<<<<< 7dc8bc1170a8c984286dbd8e47318b2e4f282c7a
89
* Fixes invalid version in bundle id.
10+
=======
11+
* Update CFBundleShortVersionString to current release version number.
12+
>>>>>>> Adds 1.0.1 to changelog.
913
1014
## [1.0.0](https://github.com/RxSwiftCommunity/RxDataSources/releases/tag/1.0.0)
1115

RxDataSources/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>1.0.0</string>
18+
<string>1.0.1</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>

0 commit comments

Comments
 (0)