From edbca5cd82a021d2a375c53c69057c6b80a1b9e1 Mon Sep 17 00:00:00 2001 From: Geoffrey Foster Date: Fri, 14 Dec 2018 15:11:53 -0500 Subject: [PATCH] bumping version to 0.3 --- Makefile | 2 +- Sources/stringray/Version.swift | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 2f0cbb7..3eb263f 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ TOOL_NAME = stringray -VERSION = 0.2.0 +VERSION = 0.3.0 REPO = https://github.com/g-Off/$(TOOL_NAME) RELEASE_TAR = $(REPO)/archive/$(VERSION).tar.gz diff --git a/Sources/stringray/Version.swift b/Sources/stringray/Version.swift index d93bfd1..1e5e950 100644 --- a/Sources/stringray/Version.swift +++ b/Sources/stringray/Version.swift @@ -1,5 +1,5 @@ import Utility extension Version { - static var current: Version = "0.2.0" + static var current: Version = "0.3.0" }