Skip to content

Commit

Permalink
4.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
imodeljs-admin committed Aug 6, 2024
1 parent 98a4c31 commit 5d77856
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ let package = Package(
targets: [
.binaryTarget(
name: "IModelJsNative",
url: "https://github.com/iTwin/mobile-native-ios/releases/download/4.9.0/IModelJsNative.xcframework.zip",
checksum: "3179f55f9ef692b78b88a79366fc5e716e371c4bd5035a40bcd0019012687fe6")
url: "https://github.com/iTwin/mobile-native-ios/releases/download/4.9.1/IModelJsNative.xcframework.zip",
checksum: "077d0e48007b6880cf06561e64782c6f44e7f9e4a4853d96cd00f71b67d5822e")
]
)
2 changes: 1 addition & 1 deletion itwin-mobile-native-ios.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#---------------------------------------------------------------------------------------
Pod::Spec.new do |spec|
spec.name = "itwin-mobile-native"
spec.version = "4.9.0"
spec.version = "4.9.1"
spec.summary = "iOS package for imodeljs binaries"
spec.homepage = "https://github.com/iTwin/mobile-native-ios"
spec.license = "MIT"
Expand Down

0 comments on commit 5d77856

Please sign in to comment.