From 49ac63210e1b132ea9286b9ec5f6a952fd74ec97 Mon Sep 17 00:00:00 2001 From: sjdonado Date: Fri, 7 Feb 2025 17:50:29 +0100 Subject: [PATCH] chore: bump version --- docs/SETUP.md | 1 + shard.yml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/SETUP.md b/docs/SETUP.md index 24cb950..d035a64 100644 --- a/docs/SETUP.md +++ b/docs/SETUP.md @@ -67,6 +67,7 @@ dokku ports:add bit https:443:4000 - Shards package manager - SQLite3 +### Install Dependencies - linux ```bash sudo apt-get update && sudo apt-get install -y crystal libssl-dev libsqlite3-dev diff --git a/shard.yml b/shard.yml index 719674e..4b8d71d 100644 --- a/shard.yml +++ b/shard.yml @@ -1,5 +1,5 @@ name: bit -version: 1.4.0 +version: 1.4.1 authors: - Juan Rodriguez