From: Ben Beltran Date: Sat, 20 May 2017 14:50:16 +0000 (-0500) Subject: Update the version X-Git-Tag: 0.1.0^2 X-Git-Url: https://git.r.bdr.sh/rbdr/lyricli/commitdiff_plain/0d4485a445dd387235c141afca7764481eac0311?hp=29a566fada656091bf92456f6fb0f1bea5b6dca3 Update the version --- diff --git a/CHANGELOG.md b/CHANGELOG.md index 810e765..029adac 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). -## [Unreleased] +## 0.1.0 - 2017-05-20 ### Added - Documentation with Jazzy / SourceKitten - Apache License diff --git a/Makefile b/Makefile index 499e1d1..0f57bd9 100644 --- a/Makefile +++ b/Makefile @@ -34,7 +34,7 @@ document: build --author Lyricli \ --author_url https://github.com/lyricli-app \ --github_url https://github.com/lyricli-app/lyricli \ - --module-version 0.0.0 \ + --module-version 0.1.0 \ --module Lyricli \ clean: diff --git a/Sources/lyricli.swift b/Sources/lyricli.swift index e7d14b9..7d77a51 100644 --- a/Sources/lyricli.swift +++ b/Sources/lyricli.swift @@ -2,7 +2,7 @@ class Lyricli { // Version of the application - static var version = "0.0.0" + static var version = "0.1.0" // Flag that controls whether we should show the track artist and name before // the lyrics