Skip to content

Commit

Permalink
Update to 0.9.26
Browse files Browse the repository at this point in the history
  • Loading branch information
nearfri committed Feb 28, 2024
1 parent 7523d52 commit 3e8a93f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -201,8 +201,8 @@ let package = Package(

.binaryTarget(
name: "xcresource",
url: "https://github.com/nearfri/XCResource/releases/download/0.9.25/xcresource.artifactbundle.zip",
checksum: "b4a297dea6b6c8df93dc7149d7d548e38ec699cdcfd2477b33c013da52fd7249"
url: "https://github.com/nearfri/XCResource/releases/download/0.9.26/xcresource.artifactbundle.zip",
checksum: "282d450a5c22d7f61b11f955aeacf651db60ddf574746eb4960409e5df9c0e5f"
),
]
)
Original file line number Diff line number Diff line change
@@ -1 +1 @@
nearfri/XCResource@0.9.25
nearfri/XCResource@0.9.26
2 changes: 1 addition & 1 deletion Sources/XCResourceCommand/Commands/XCResource.swift
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ public struct XCResource: ParsableCommand {
public static let configuration: CommandConfiguration = .init(
commandName: "xcresource",
abstract: "리소스 코드 생성 유틸리티",
version: "0.9.25",
version: "0.9.26",
subcommands: [
InitManifest.self, RunManifest.self,
XCAssetsToSwift.self, FontsToSwift.self,
Expand Down

0 comments on commit 3e8a93f

Please sign in to comment.