Skip to content

Commit

Permalink
Merge pull request #75 from adobe/dev-v4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
praveek authored Jun 1, 2023
2 parents 270795e + aff7830 commit 0923ec7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion AEPRulesEngine.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "AEPRulesEngine"
s.version = "2.0.0"
s.version = "4.0.0"
s.summary = "AEPRulesEngine"
s.description = <<-DESC
A simple, generic, extensible Rules Engine in Swift
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ Alternatively, if your project has a `Package.swift` file, you can add AEPRulesE

```
dependencies: [
.package(url: "https://github.com/adobe/aepsdk-rulesengine-ios.git", .upToNextMajor(from: "2.0.0"))
.package(url: "https://github.com/adobe/aepsdk-rulesengine-ios.git", .upToNextMajor(from: "4.0.0"))
]
```

Expand Down
2 changes: 1 addition & 1 deletion Sources/AEPRulesEngine/RulesEngine.swift
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import Foundation
public typealias RulesTracer = (Bool, Rule, Context, RulesFailure?) -> Void

public class RulesEngine<T: Rule> {
public let version = "2.0.0"
public let version = "4.0.0"
let evaluator: Evaluating
let transformer: Transforming
var tracer: RulesTracer?
Expand Down

0 comments on commit 0923ec7

Please sign in to comment.