Skip to content

Commit

Permalink
tag version 3.0.0-beta.1 (adobe#28)
Browse files Browse the repository at this point in the history
Co-authored-by: jgeng <[email protected]>
  • Loading branch information
shalehaha and jiabingeng authored Oct 26, 2020
1 parent 7f2b7ec commit b2e0247
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 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 = "0.0.1"
s.version = "1.0.0-beta.1"
s.summary = "AEPRulesEngine"
s.description = <<-DESC
A simple, generic, extensible Rules Engine in Swift
Expand Down
1 change: 0 additions & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ let package = Package(
dependencies: [
// Dependencies declare other packages that this package depends on.
// .package(url: /* package url */, from: "1.0.0"),
// .package(url: "https://github.com/Realm/SwiftLint", from: "0.28.1")
],
targets: [
.target(name: "AEPRulesEngine", dependencies: []),
Expand Down

0 comments on commit b2e0247

Please sign in to comment.