From 38e0b0cdc98a9b1e936d978c5fcc9a805bde8cec Mon Sep 17 00:00:00 2001 From: Mitchell Stanley Date: Tue, 20 Oct 2020 16:07:57 +0100 Subject: [PATCH] Update version number --- README.md | 2 +- shard.yml | 2 +- snap/snapcraft.yaml | 2 +- src/snipline_cli.cr | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 185cf94..ff33c76 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ Snipline CLI requires Crystal 0.35.1 to be installed to install from source # Clone the repo git clone git@github.com:snipline/snipcli.git # Checkout the latest release -git checkout +git checkout # Make sure you have the same Crystal installed that's required in shard.yml crystal -v # Install dependencies diff --git a/shard.yml b/shard.yml index 0b4874d..46eeefc 100644 --- a/shard.yml +++ b/shard.yml @@ -1,5 +1,5 @@ name: cli -version: 0.4.0 +version: 0.5.0 authors: - Mitchell Stanley diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml index e6864f7..22edfda 100644 --- a/snap/snapcraft.yaml +++ b/snap/snapcraft.yaml @@ -1,5 +1,5 @@ name: snipcli -version: 0.4.0 +version: 0.5.0 summary: Shell Snippet organiser description: > Snipcli is a commandline interface for managing shell commands. Sync commands with your Snipline account or use in guest mode. Snipline lets you dynamically change command parameters easily so you never have to remember how to build a command. diff --git a/src/snipline_cli.cr b/src/snipline_cli.cr index a506f46..1306655 100644 --- a/src/snipline_cli.cr +++ b/src/snipline_cli.cr @@ -30,7 +30,7 @@ module Repo end module SniplineCli - VERSION = "0.4.0" + VERSION = "0.5.0" def self.config Config.config