Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
f3dm76 committed Oct 8, 2021
1 parent 931cbdb commit f9c0972
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Macaw.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

Pod::Spec.new do |s|
s.name = "Macaw"
s.version = "0.9.7"
s.version = "0.9.8"
s.summary = "Powerful and easy-to-use vector graphics library with SVG support written in Swift."

s.homepage = 'https://github.com/exyte/Macaw.git'
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ let package = Package(
dependencies: [
.package(
url: "https://github.com/drmohundro/SWXMLHash",
from: "5.0.1"
from: "6.0.0"
)
],
targets: [
Expand Down

0 comments on commit f9c0972

Please sign in to comment.