Skip to content

Commit

Permalink
Release 6.1.1 (#500)
Browse files Browse the repository at this point in the history
* bump .podspec version
* update Changelog
* update Xcode project version
  • Loading branch information
DivineDominion committed Jan 6, 2023
1 parent e947372 commit cb5c3c0
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Expand Up @@ -4,6 +4,12 @@

**API Changes:**

**Other:**

# 6.1.1

*Released: 2023-01-06*

**Other:**
- Replaced `open func` with `public func` in extensions to `Store` because they cannot be overridden anyway (#491) - @maksimgromov
- Add tests to clarify initial state dispatch (#485) - @DivineDominion
Expand Down
4 changes: 2 additions & 2 deletions ReSwift.podspec
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "ReSwift"
s.version = "6.1.0"
s.version = "6.1.1"
s.summary = "Unidirectional Data Flow in Swift"
s.description = <<-DESC
ReSwift is a Redux-like implementation of the unidirectional data flow architecture in Swift.
Expand Down Expand Up @@ -28,5 +28,5 @@ Pod::Spec.new do |s|

s.requires_arc = true
s.source_files = 'ReSwift/**/*.swift'
s.swift_versions = [ "5.4", "5.3", "5.2", "5.0", "4.2" ]
s.swift_versions = [ "5.7", "5.6", "5.5", "5.4", "5.3", "5.2", "5.0", "4.2" ]
end
4 changes: 2 additions & 2 deletions ReSwift.xcodeproj/project.pbxproj
Expand Up @@ -1118,7 +1118,7 @@
INFOPLIST_FILE = ReSwift/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 9.0;
MACOSX_DEPLOYMENT_TARGET = 10.10;
MARKETING_VERSION = 6.1.0;
MARKETING_VERSION = 6.1.1;
MTL_ENABLE_DEBUG_INFO = YES;
ONLY_ACTIVE_ARCH = YES;
PRODUCT_BUNDLE_IDENTIFIER = reswift.github.io.ReSwift;
Expand Down Expand Up @@ -1182,7 +1182,7 @@
INFOPLIST_FILE = ReSwift/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 9.0;
MACOSX_DEPLOYMENT_TARGET = 10.10;
MARKETING_VERSION = 6.1.0;
MARKETING_VERSION = 6.1.1;
MTL_ENABLE_DEBUG_INFO = NO;
PRODUCT_BUNDLE_IDENTIFIER = reswift.github.io.ReSwift;
PRODUCT_NAME = ReSwift;
Expand Down

0 comments on commit cb5c3c0

Please sign in to comment.