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