We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d387942 commit bfc252fCopy full SHA for bfc252f
Casks/xtree.rb
@@ -1,7 +1,7 @@
1
cask 'xtree' do
2
- version "2.2.0"
+ version "2.2.1"
3
url "https://github.com/swiftyfinch/xtree/releases/download/#{version}/XTree.zip"
4
- sha256 'c2817f523ae758f9f7e56855c52efc51f4aa84fbd3eebbba991e83ff2a1c8213'
+ sha256 'c8c6a038aea5413848709121053b7c562e5510ca16ca6631ed4f9f07da256e63'
5
6
app "XTree.app"
7
end
Sources/XTreeKit/Common/Environment.swift
import Fish
public enum Environment {
- public static let version = "2.2.0"
+ public static let version = "2.2.1"
static let cacheFolderPath = Folder.home.subpath(".xtree/cache")
static let maxCacheStorageCount = 20
XTree/XTree/Project.xcconfig
@@ -1 +1 @@
-MARKETING_VERSION=2.2.0
+MARKETING_VERSION=2.2.1
0 commit comments