From 9ddfa082863562a46358388f7510b1aafdc82174 Mon Sep 17 00:00:00 2001 From: Anton Maminov Date: Thu, 14 Oct 2021 13:01:03 +0300 Subject: [PATCH] v0.18.4 --- README.md | 2 +- shard.yml | 4 ++-- snap/snapcraft.yaml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 63fc62d..5d3599a 100644 --- a/README.md +++ b/README.md @@ -49,7 +49,7 @@ NAME zipstream - is a command line tool that allows you to easily share files and directories over the network VERSION - 0.18.3 + 0.18.4 SYNOPSIS zipstream PATH [options] diff --git a/shard.yml b/shard.yml index 0dbf27a..27b07a2 100644 --- a/shard.yml +++ b/shard.yml @@ -1,5 +1,5 @@ name: zipstream -version: 0.18.3 +version: 0.18.4 authors: - Anton Maminov @@ -16,6 +16,6 @@ targets: zipstream: main: src/zipstream_cli.cr -crystal: 1.1.1 +crystal: 1.2.0 license: MIT diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml index 3450dfb..80e2269 100644 --- a/snap/snapcraft.yaml +++ b/snap/snapcraft.yaml @@ -1,6 +1,6 @@ name: zipstream base: core18 -version: '0.18.3' +version: '0.18.4' summary: Easily share files and directories over the network description: | A command-line tool that allows you to easily share files and directories