Skip to content

Commit

Permalink
bump to version 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
g-Off committed Nov 29, 2018
1 parent 41ab2b5 commit 1134f9e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
TOOL_NAME = stringray
VERSION = 0.1.0
VERSION = 0.1.1

REPO = https://github.com/g-Off/$(TOOL_NAME)
RELEASE_TAR = $(REPO)/archive/$(VERSION).tar.gz
Expand Down
2 changes: 1 addition & 1 deletion Sources/stringray/main.swift
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
import Foundation
import Utility

var registry = CommandRegistry(usage: "<command> <options>", overview: "", version: Version(0, 1, 0))
var registry = CommandRegistry(usage: "<command> <options>", overview: "", version: Version(0, 1, 1))
registry.register(command: MoveCommand.self)
registry.register(command: SortCommand.self)
registry.register(command: RenameCommand.self)
Expand Down

0 comments on commit 1134f9e

Please sign in to comment.