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