From bc59921a8d9aa9fc7dde37729820fba93311d6d0 Mon Sep 17 00:00:00 2001 From: Anton Maminov Date: Wed, 6 Sep 2023 11:48:18 +0300 Subject: [PATCH] v0.22.3 --- 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 bc07967..5e11906 100644 --- a/README.md +++ b/README.md @@ -54,7 +54,7 @@ NAME zipstream - is a command line tool that allows you to easily share files and directories over the network VERSION - 0.22.2 + 0.22.3 SYNOPSIS zipstream PATH [options] diff --git a/shard.yml b/shard.yml index dc58c04..dfe8565 100644 --- a/shard.yml +++ b/shard.yml @@ -1,5 +1,5 @@ name: zipstream -version: 0.22.2 +version: 0.22.3 authors: - Anton Maminov @@ -18,6 +18,6 @@ targets: zipstream: main: src/zipstream_cli.cr -crystal: 1.9.1 +crystal: 1.9.2 license: MIT diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml index ff013b6..7e8a3aa 100644 --- a/snap/snapcraft.yaml +++ b/snap/snapcraft.yaml @@ -1,6 +1,6 @@ name: zipstream base: core20 -version: '0.22.2' +version: '0.22.3' summary: Easily share files and directories over the network description: | A command-line tool that allows you to easily share files and directories