Skip to content

Commit edbca5c

Browse files
committed
bumping version to 0.3
1 parent 647a272 commit edbca5c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
TOOL_NAME = stringray
2-
VERSION = 0.2.0
2+
VERSION = 0.3.0
33

44
REPO = https://github.com/g-Off/$(TOOL_NAME)
55
RELEASE_TAR = $(REPO)/archive/$(VERSION).tar.gz

Sources/stringray/Version.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import Utility
22

33
extension Version {
4-
static var current: Version = "0.2.0"
4+
static var current: Version = "0.3.0"
55
}

0 commit comments

Comments
 (0)