Skip to content

Commit

Permalink
Update version number
Browse files Browse the repository at this point in the history
  • Loading branch information
Mitchell Stanley committed Oct 20, 2020
1 parent 3146c2b commit 38e0b0c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Snipline CLI requires Crystal 0.35.1 to be installed to install from source
# Clone the repo
git clone [email protected]:snipline/snipcli.git
# Checkout the latest release
git checkout <tagname - e.g. 0.4.0>
git checkout <tagname - e.g. 0.5.0>
# Make sure you have the same Crystal installed that's required in shard.yml
crystal -v
# Install dependencies
Expand Down
2 changes: 1 addition & 1 deletion shard.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: cli
version: 0.4.0
version: 0.5.0

authors:
- Mitchell Stanley <[email protected]>
Expand Down
2 changes: 1 addition & 1 deletion snap/snapcraft.yaml
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion src/snipline_cli.cr
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ module Repo
end

module SniplineCli
VERSION = "0.4.0"
VERSION = "0.5.0"

def self.config
Config.config
Expand Down

0 comments on commit 38e0b0c

Please sign in to comment.