From e043caeff606afbef32f6b843f548f3971b8ec07 Mon Sep 17 00:00:00 2001 From: Harri Lehtola Date: Sat, 18 May 2024 11:10:03 +0300 Subject: [PATCH] Version 0.49.2 --- project.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project.clj b/project.clj index 296e284..f32ed6c 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject nhl-score-api "0.49.1" +(defproject nhl-score-api "0.49.2" :description "A JSON API that returns the scores and goals from the latest finished or on-going NHL games." :license {:name "MIT" :url "https://opensource.org/licenses/MIT"}