Skip to content

Commit 959fdfe

Browse files
committed
[skip ci] Bump version 2.1.0
1 parent 2942e67 commit 959fdfe

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Casks/xtree.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
cask 'xtree' do
2-
version "2.0.1"
2+
version "2.1.0"
33
url "https://github.com/swiftyfinch/xtree/releases/download/#{version}/XTree.zip"
4-
sha256 'f08ef485e4b77a02f7ab81a6bd14945b80245537727d670a86fd2d369a6d66e6'
4+
sha256 '60a02d5da9a0c0dfcd18807bc9cbaa32772435abd70a23ae5be508c938921bf9'
55

66
app "XTree.app"
77
end

Sources/XTreeKit/Common/Environment.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import Fish
22

33
public enum Environment {
4-
public static let version = "2.0.1"
4+
public static let version = "2.1.0"
55

66
static let cacheFolderPath = Folder.home.subpath(".xtree/cache")
77
static let maxCacheStorageCount = 20

XTree/XTree/Project.xcconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
MARKETING_VERSION=2.0.1
1+
MARKETING_VERSION=2.1.0

0 commit comments

Comments
 (0)