Skip to content

Commit 1c7cd05

Browse files
committed
Update version to 0.1.0
1 parent 8767280 commit 1c7cd05

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## Un-released changes (main)
44

5+
## v0.1.0
6+
57
* Reduce size of Tuist plugin archive to less than a third of before.
68

79
## v0.0.1

Sources/SwiftHooksKit/Version/Version.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
import Foundation
44

55
enum Version {
6-
static let current = "0.0.1"
6+
static let current = "0.1.0"
77
}

0 commit comments

Comments
 (0)