Skip to content

Commit

Permalink
Prepare for 1.4.4 release
Browse files Browse the repository at this point in the history
  • Loading branch information
tsolomko committed May 20, 2021
1 parent 84402bc commit 726ce38
Show file tree
Hide file tree
Showing 7 changed files with 17 additions and 13 deletions.
4 changes: 2 additions & 2 deletions .jazzy.yaml
Expand Up @@ -3,11 +3,11 @@ sourcekitten_sourcefile: docs.json
clean: true
author: Timofey Solomko
module: BitByteData
module_version: 1.4.3
module_version: 1.4.4
copyright: '© 2020 Timofey Solomko'
readme: README.md
github_url: https://github.com/tsolomko/BitByteData
github_file_prefix: https://github.com/tsolomko/BitByteData/tree/1.4.3
github_file_prefix: https://github.com/tsolomko/BitByteData/tree/1.4.4
theme: fullwidth

custom_categories:
Expand Down
2 changes: 1 addition & 1 deletion BitByteData.podspec
@@ -1,7 +1,7 @@
Pod::Spec.new do |s|

s.name = "BitByteData"
s.version = "1.4.3"
s.version = "1.4.4"
s.summary = "Read and write bits and bytes in Swift."

s.description = "A Swift framework with classes for reading and writing bits and bytes."
Expand Down
4 changes: 2 additions & 2 deletions BitByteData.xcodeproj/BitByteData.plist
Expand Up @@ -15,9 +15,9 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>1.4.3</string>
<string>1.4.4</string>
<key>CFBundleVersion</key>
<string>22</string>
<string>23</string>
<key>NSHumanReadableCopyright</key>
<string>Copyright © 2020 Timofey Solomko. All rights reserved.</string>
</dict>
Expand Down
4 changes: 2 additions & 2 deletions BitByteData.xcodeproj/BitByteDataBenchmarks.plist
Expand Up @@ -15,8 +15,8 @@
<key>CFBundlePackageType</key>
<string>BNDL</string>
<key>CFBundleShortVersionString</key>
<string>1.4.3</string>
<string>1.4.4</string>
<key>CFBundleVersion</key>
<string>22</string>
<string>23</string>
</dict>
</plist>
4 changes: 2 additions & 2 deletions BitByteData.xcodeproj/TestBitByteData.plist
Expand Up @@ -15,8 +15,8 @@
<key>CFBundlePackageType</key>
<string>BNDL</string>
<key>CFBundleShortVersionString</key>
<string>1.4.3</string>
<string>1.4.4</string>
<key>CFBundleVersion</key>
<string>22</string>
<string>23</string>
</dict>
</plist>
8 changes: 4 additions & 4 deletions BitByteData.xcodeproj/project.pbxproj
Expand Up @@ -376,7 +376,7 @@
CLANG_WARN_SUSPICIOUS_MOVE = YES;
CLANG_WARN_UNREACHABLE_CODE = YES;
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
CURRENT_PROJECT_VERSION = 22;
CURRENT_PROJECT_VERSION = 23;
DEBUG_INFORMATION_FORMAT = dwarf;
ENABLE_STRICT_OBJC_MSGSEND = YES;
ENABLE_TESTABILITY = YES;
Expand Down Expand Up @@ -424,7 +424,7 @@
CLANG_WARN_SUSPICIOUS_MOVE = YES;
CLANG_WARN_UNREACHABLE_CODE = YES;
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
CURRENT_PROJECT_VERSION = 22;
CURRENT_PROJECT_VERSION = 23;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
ENABLE_STRICT_OBJC_MSGSEND = YES;
GCC_NO_COMMON_BLOCKS = YES;
Expand Down Expand Up @@ -454,7 +454,7 @@
APPLICATION_EXTENSION_API_ONLY = YES;
DEFINES_MODULE = YES;
DYLIB_COMPATIBILITY_VERSION = 1;
DYLIB_CURRENT_VERSION = 22;
DYLIB_CURRENT_VERSION = 23;
DYLIB_INSTALL_NAME_BASE = "@rpath";
INFOPLIST_FILE = BitByteData.xcodeproj/BitByteData.plist;
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
Expand All @@ -478,7 +478,7 @@
APPLICATION_EXTENSION_API_ONLY = YES;
DEFINES_MODULE = YES;
DYLIB_COMPATIBILITY_VERSION = 1;
DYLIB_CURRENT_VERSION = 22;
DYLIB_CURRENT_VERSION = 23;
DYLIB_INSTALL_NAME_BASE = "@rpath";
INFOPLIST_FILE = BitByteData.xcodeproj/BitByteData.plist;
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,9 @@
# Changelog

## 1.4.4

- Fixed a compilation warning about "deprecated class keyword" appearing when using Swift 5.4.

## 1.4.3

- Fixed incompatibility with Swift Package Manager from Swift 4.2.
Expand Down

0 comments on commit 726ce38

Please sign in to comment.