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