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