Skip to content

Commit bfc252f

Browse files
committed
[skip ci] Bump version 2.2.1
1 parent d387942 commit bfc252f

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.2.0"
2+
version "2.2.1"
33
url "https://github.com/swiftyfinch/xtree/releases/download/#{version}/XTree.zip"
4-
sha256 'c2817f523ae758f9f7e56855c52efc51f4aa84fbd3eebbba991e83ff2a1c8213'
4+
sha256 'c8c6a038aea5413848709121053b7c562e5510ca16ca6631ed4f9f07da256e63'
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.2.0"
4+
public static let version = "2.2.1"
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.2.0
1+
MARKETING_VERSION=2.2.1

0 commit comments

Comments
 (0)