From 06a461e70cf4e6c6786cb0a1d6d236f05bd956c4 Mon Sep 17 00:00:00 2001 From: Mitch Stanley Date: Sat, 9 May 2020 13:14:20 +0100 Subject: [PATCH] Update version number --- shard.yml | 2 +- snap/snapcraft.yaml | 2 +- src/snipline_cli.cr | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/shard.yml b/shard.yml index f5e2ea5..78cc9c9 100644 --- a/shard.yml +++ b/shard.yml @@ -1,5 +1,5 @@ name: cli -version: 0.3.4 +version: 0.4.0 authors: - Mitchell Stanley diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml index a648022..e6864f7 100644 --- a/snap/snapcraft.yaml +++ b/snap/snapcraft.yaml @@ -1,5 +1,5 @@ name: snipcli -version: 0.3.3 +version: 0.4.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 5585744..a506f46 100644 --- a/src/snipline_cli.cr +++ b/src/snipline_cli.cr @@ -30,7 +30,7 @@ module Repo end module SniplineCli - VERSION = "0.3.3" + VERSION = "0.4.0" def self.config Config.config