Skip to content

Commit

Permalink
[skip ci] Bump version 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
swiftyfinch committed Apr 28, 2024
1 parent 620bab5 commit 61fb4b0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Casks/xtree.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
cask 'xtree' do
version "1.1.1"
version "2.0.0"
url "https://github.com/swiftyfinch/xtree/releases/download/#{version}/XTree.zip"
sha256 '165f87919bd3ca7b0caa8f05d5ed645115d986949f1d130237c503213dfcd942'
sha256 'b38d8149951f8ac83b45d7eaae7304e277a49cceb275379497618877a31644d0'

app "XTree.app"
end
2 changes: 1 addition & 1 deletion Sources/XTreeKit/Common/Environment.swift
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
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
Expand Down
2 changes: 1 addition & 1 deletion XTree/XTree/Project.xcconfig
Original file line number Diff line number Diff line change
@@ -1 +1 @@
MARKETING_VERSION=1.1.1
MARKETING_VERSION=2.0.0

0 comments on commit 61fb4b0

Please sign in to comment.