Skip to content

Commit 1134f9e

Browse files
committed
bump to version 0.1.1
1 parent 41ab2b5 commit 1134f9e

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.1.0
2+
VERSION = 0.1.1
33

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

Sources/stringray/main.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
import Foundation
1010
import Utility
1111

12-
var registry = CommandRegistry(usage: "<command> <options>", overview: "", version: Version(0, 1, 0))
12+
var registry = CommandRegistry(usage: "<command> <options>", overview: "", version: Version(0, 1, 1))
1313
registry.register(command: MoveCommand.self)
1414
registry.register(command: SortCommand.self)
1515
registry.register(command: RenameCommand.self)

0 commit comments

Comments
 (0)