Skip to content

Commit

Permalink
[skip ci] Bump version 2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
swiftyfinch committed Apr 29, 2024
1 parent abbc62a commit 6d2879f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Casks/xtree.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
cask 'xtree' do
version "2.0.0"
version "2.0.1"
url "https://github.com/swiftyfinch/xtree/releases/download/#{version}/XTree.zip"
sha256 'b38d8149951f8ac83b45d7eaae7304e277a49cceb275379497618877a31644d0'
sha256 'f08ef485e4b77a02f7ab81a6bd14945b80245537727d670a86fd2d369a6d66e6'

app "XTree.app"
end
2 changes: 1 addition & 1 deletion Sources/XTreeKit/Common/Environment.swift
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import Fish

public enum Environment {
public static let version = "2.0.0"
public static let version = "2.0.1"

static let cacheFolderPath = Folder.home.subpath(".xtree/cache")
static let maxCacheStorageCount = 20
Expand Down
2 changes: 1 addition & 1 deletion XTree/XTree/Project.xcconfig
Original file line number Diff line number Diff line change
@@ -1 +1 @@
MARKETING_VERSION=2.0.0
MARKETING_VERSION=2.0.1

0 comments on commit 6d2879f

Please sign in to comment.