From 09e4ac9b065b92b511bfe85a8eeda57d27f6c369 Mon Sep 17 00:00:00 2001 From: Harri Lehtola Date: Sat, 20 Apr 2024 16:44:11 +0300 Subject: [PATCH] Version 0.48.13 --- project.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project.clj b/project.clj index df54eb4..bb46889 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject nhl-score-api "0.48.12" +(defproject nhl-score-api "0.48.13" :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"}