From e6cb812d2d043cafa530abed19a800a060c55603 Mon Sep 17 00:00:00 2001 From: Anton Maminov Date: Fri, 20 Sep 2024 12:21:19 +0300 Subject: [PATCH] v0.23.0 --- 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 e6e4ccd..54c0d80 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.9 + 0.23.0 SYNOPSIS zipstream PATH [options] diff --git a/shard.yml b/shard.yml index e376e9a..6feecf9 100644 --- a/shard.yml +++ b/shard.yml @@ -1,5 +1,5 @@ name: zipstream -version: 0.22.9 +version: 0.23.0 authors: - Anton Maminov @@ -20,6 +20,6 @@ targets: zipstream: main: src/zipstream_cli.cr -crystal: 1.13.0 +crystal: 1.13.3 license: MIT diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml index cd69674..c60a199 100644 --- a/snap/snapcraft.yaml +++ b/snap/snapcraft.yaml @@ -1,6 +1,6 @@ name: zipstream base: core20 -version: '0.22.9' +version: '0.23.0' summary: Easily share files and directories over the network description: | A command-line tool that allows you to easily share files and directories