Skip to content

Commit

Permalink
Remove TestHelpers dependency from GravatarUI (#300)
Browse files Browse the repository at this point in the history
* Remove the TestHelpers dependency from GravatarUI

This seems like a copy-paste fault.

* Bump up patch version
  • Loading branch information
pinarol authored Jul 1, 2024
1 parent 07f04e9 commit 4deb714
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ let package = Package(
),
.target(
name: "GravatarUI",
dependencies: ["Gravatar", "TestHelpers"],
dependencies: ["Gravatar"],
swiftSettings: [
.enableExperimentalFeature("StrictConcurrency")
]
Expand Down
2 changes: 1 addition & 1 deletion version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Gravatar
VERSION = '2.0.1'.freeze
VERSION = '2.0.2'.freeze
end

0 comments on commit 4deb714

Please sign in to comment.