Skip to content

Commit

Permalink
[skip ci] Bump version 2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
swiftyfinch committed May 6, 2024
1 parent 167e675 commit e7f061e
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 "2.1.0"
version "2.1.1"
url "https://github.com/swiftyfinch/xtree/releases/download/#{version}/XTree.zip"
sha256 '60a02d5da9a0c0dfcd18807bc9cbaa32772435abd70a23ae5be508c938921bf9'
sha256 '054dd4366a4513d4c6ab73afc417d4b28433975d9a832160f7fc383b4c734411'

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 = "2.1.0"
public static let version = "2.1.1"

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=2.1.0
MARKETING_VERSION=2.1.1

0 comments on commit e7f061e

Please sign in to comment.