Skip to content

Commit

Permalink
Merge pull request #111 from allegro/release/1.1.3
Browse files Browse the repository at this point in the history
Bump version to 1.1.3
  • Loading branch information
ldept authored Nov 25, 2022
2 parents ac3c792 + 0493158 commit 3b7c82d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions JsonLogicKMP.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |spec|
spec.name = "JsonLogicKMP"
spec.version = "1.1.1"
spec.version = "1.1.3"
spec.summary = "Kotlin multiplatform JsonLogic"
spec.description = <<-DESC
* Kotlin multiplatform JsonLogic expressions evaluation engine
Expand All @@ -13,7 +13,7 @@ Pod::Spec.new do |spec|
spec.ios.deployment_target = "13.0"

spec.source = { :http => "#{spec.homepage}/releases/download/#{spec.version}/#{spec.name}.xcframework.zip",
:sha256 => "5cd3d6c8c91653aab91f46f24180ce0985a11d1b1e543d78d125319344c0113f"
:sha256 => "1d82b9128bd4047da56f942dfa899961e0fa3ade3f9d5465c69ace0a570c08d6"
}

spec.vendored_frameworks = "#{spec.name}.xcframework"
Expand Down
4 changes: 2 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
// The swift-tools-version declares the minimum version of Swift required to build this package.
import PackageDescription

let version = "1.1.1"
let checksum = "5cd3d6c8c91653aab91f46f24180ce0985a11d1b1e543d78d125319344c0113f"
let version = "1.1.3"
let checksum = "1d82b9128bd4047da56f942dfa899961e0fa3ade3f9d5465c69ace0a570c08d6"

let package = Package(
name: "JsonLogicKMP",
Expand Down

0 comments on commit 3b7c82d

Please sign in to comment.