Skip to content

Commit

Permalink
Version 1.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
MaximeLM committed Jun 27, 2024
1 parent cf5a6ca commit 9e72584
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 5 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# MiLibrisReaderSDK iOS changelog

### v1.9.0
27/06/2024

**Features**

- [TC-6833] See back cover ad when opening an edition

### v1.8.0
03/05/2024

Expand Down
3 changes: 2 additions & 1 deletion MiLibrisReaderSDK.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,6 @@
"1.5.0": "https://github.com/miLibris/ios-milibris-reader-sdk/releases/download/v1.5.0/MiLibrisReaderSDK.xcframework.zip",
"1.6.0": "https://github.com/miLibris/ios-milibris-reader-sdk/releases/download/v1.6.0/MiLibrisReaderSDK.xcframework.zip",
"1.7.0": "https://github.com/miLibris/ios-milibris-reader-sdk/releases/download/v1.7.0/MiLibrisReaderSDK.xcframework.zip",
"1.8.0": "https://github.com/miLibris/ios-milibris-reader-sdk/releases/download/v1.8.0/MiLibrisReaderSDK.xcframework.zip"
"1.8.0": "https://github.com/miLibris/ios-milibris-reader-sdk/releases/download/v1.8.0/MiLibrisReaderSDK.xcframework.zip",
"1.9.0": "https://github.com/miLibris/ios-milibris-reader-sdk/releases/download/v1.9.0/MiLibrisReaderSDK.xcframework.zip"
}
4 changes: 2 additions & 2 deletions MiLibrisReaderSDK.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Pod::Spec.new do |spec|

spec.name = "MiLibrisReaderSDK"
spec.version = "1.8.0"
spec.version = "1.9.0"

spec.summary = "miLibris iOS Reader SDK"
spec.description = <<-DESC
Expand All @@ -19,7 +19,7 @@ Pod::Spec.new do |spec|
spec.source = {
:http => "https://github.com/miLibris/ios-milibris-reader-sdk/releases/download/v#{spec.version}/MiLibrisReaderSDK.xcframework.zip",
:type => "zip",
:sha256 => 'c6ee25f1188f49428d27d52887dc466c812241a99c598226cd6af23df53e4ca9'
:sha256 => 'e985b35056818f3f6b1d9f4fafd397ec8b1e733e181849736041072e08b39f2b'
}

spec.vendored_frameworks = 'MiLibrisReaderSDK.xcframework'
Expand Down
4 changes: 2 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ let package = Package(
targets: [
.binaryTarget(
name: "MiLibrisReaderSDK",
url: "https://github.com/miLibris/ios-milibris-reader-sdk/releases/download/v1.8.0/MiLibrisReaderSDK.xcframework.zip",
checksum: "c6ee25f1188f49428d27d52887dc466c812241a99c598226cd6af23df53e4ca9"
url: "https://github.com/miLibris/ios-milibris-reader-sdk/releases/download/v1.9.0/MiLibrisReaderSDK.xcframework.zip",
checksum: "e985b35056818f3f6b1d9f4fafd397ec8b1e733e181849736041072e08b39f2b"
),
]
)

0 comments on commit 9e72584

Please sign in to comment.