Skip to content

Commit

Permalink
Merge branch release/2.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
rakuyoMo committed Jan 24, 2024
2 parents 044f9f3 + 99ed53d commit fcc6f11
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion JSONPreview.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Pod::Spec.new do |s|

s.name = 'JSONPreview'

s.version = '2.2.1'
s.version = '2.2.2'

s.summary = '🎨 A view that can be highlighted after formatting JSON.'

Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ let package = Package(
targets: [
.target(
name: "JSONPreview",
path: "Sources"
path: "Sources",
resources: [.process("./Resources/Assets.xcassets")]),
.testTarget(
name: "JSONPreviewTests",
Expand Down

0 comments on commit fcc6f11

Please sign in to comment.