From 401bab44a410f4a0abed9601839eea53d01c6fa3 Mon Sep 17 00:00:00 2001 From: Xavi Ablaza Date: Mon, 12 Feb 2024 13:36:49 -0600 Subject: [PATCH] Bump version to 1.0.0 Set pessimistic versioning for crystal version Add Xavi Ablaza as author --- shard.yml | 5 +++-- src/bentonow_client.cr | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/shard.yml b/shard.yml index 1d718cb..9220352 100644 --- a/shard.yml +++ b/shard.yml @@ -1,9 +1,10 @@ name: bentonow_client -version: 0.1.0 +version: 1.0.0 authors: - paula4230 + - Xavi Ablaza <25378966+xaviablaza@users.noreply.github.com> -crystal: 1.4.1 +crystal: ~> 1.6.2 license: MIT diff --git a/src/bentonow_client.cr b/src/bentonow_client.cr index f6d810f..ec4d3b6 100644 --- a/src/bentonow_client.cr +++ b/src/bentonow_client.cr @@ -2,7 +2,7 @@ require "json" require "http/client" module BentonowClient - VERSION = "0.1.0" + VERSION = "1.0.0" end require "./bentonow/**"