Skip to content

Commit

Permalink
bump version to for json-enum to 1.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
csknns committed Dec 31, 2023
1 parent dd9b34e commit 9088eed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jsonlogic.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "jsonlogic"
s.version = "1.2.3"
s.version = "1.2.4"
s.summary = "A JsonLogic Swift library"
s.description = "A JsonLogic implementation in Swift. JsonLogic is a way to write rules that involve computations in JSON format, these can be applied on JSON data with consistent results. So you can share between server and clients rules in a common format."
s.homepage = "https://github.com/advantagefse/json-logic-swift"
Expand Down

0 comments on commit 9088eed

Please sign in to comment.