Skip to content

Commit

Permalink
Merge pull request #12 from d4l-data4life/release/prepare-1.8.0
Browse files Browse the repository at this point in the history
Release/prepare 1.8.0
  • Loading branch information
alessioborraccino authored Nov 23, 2021
2 parents 83a4c80 + 7fd2b84 commit 70783f5
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 6 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,12 @@ See link:{link-repository}/compare/v1.7.0...main[changeset]

=== Migration

== link:{link-repository}/releases/tag/v1.8.0[1.8.0]

=== Bumped

* Compiled for Xcode 13.1

== link:{link-repository}/releases/tag/v1.7.0[1.7.0]

=== Added
Expand Down
2 changes: 1 addition & 1 deletion Crypto/Sources/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>1.7.0</string>
<string>1.8.0</string>
<key>CFBundleVersion</key>
<string>$(CURRENT_PROJECT_VERSION)</string>
</dict>
Expand Down
2 changes: 1 addition & 1 deletion Crypto/Tests/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>BNDL</string>
<key>CFBundleShortVersionString</key>
<string>1.7.0</string>
<string>1.8.0</string>
<key>CFBundleVersion</key>
<string>1</string>
</dict>
Expand Down
4 changes: 2 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ let package = Package(
path: "SwiftPMDependencyTarget/RSAPSS"),
.binaryTarget(
name: "Data4LifeCrypto",
url: "https://d4l-ios-artifact-repository.s3.eu-central-1.amazonaws.com/d4l-data4life/d4l-crypto-ios/Data4LifeCrypto-xcframework-v1.7.0.zip",
checksum: "f0b8ac45ac6294bd706ce9872738c7e3a23dd00cd3358e280f7cf322558ba3e8"
url: "https://d4l-ios-artifact-repository.s3.eu-central-1.amazonaws.com/d4l-data4life/d4l-crypto-ios/Data4LifeCrypto-xcframework-v1.8.0.zip",
checksum: "7f2b7dcb6397ec26748115f8ea6cfda7d2c6a1a2c986eac230cbd8f63a9fe14b"
),
.testTarget(name: "Data4LifeCryptoTests",
dependencies: ["Data4LifeCrypto"],
Expand Down
2 changes: 1 addition & 1 deletion README.adoc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
= Data4Life Crypto iOS SDK
:library_version: 1.7.0
:library_version: 1.8.0
:doctype: article
:!showtitle:
:toc: macro
Expand Down
2 changes: 1 addition & 1 deletion assets/images/badge-release-latest.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 70783f5

Please sign in to comment.