From 8906aab7d52dae15935e41fb30c080693389cbb6 Mon Sep 17 00:00:00 2001 From: daslu Date: Fri, 19 Jul 2024 23:35:45 +0300 Subject: [PATCH] version "2-beta13" --- CHANGELOG.md | 2 +- build.clj | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2de698ec..3029e852 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,7 @@ # Change Log All notable changes to this project will be documented in this file. This change log follows the conventions of [keepachangelog.com](http://keepachangelog.com/). -## [2-beta13-SNAPSHOT] +## [2-beta13] - 2024-07-19 - fixed server should respond with 404 when file is not found - serve /favicon.ico and /Clay.svg.png locally from resources - removed the avoid-favicon code, it is not needed, browsers will now find favicon.ico in development. diff --git a/build.clj b/build.clj index 91d441da..f8cddd8f 100644 --- a/build.clj +++ b/build.clj @@ -15,7 +15,7 @@ [deps-deploy.deps-deploy :as dd])) (def lib 'org.scicloj/clay) -(def version "2-beta12") +(def version "2-beta13") (def snapshot (str version "-SNAPSHOT")) (def class-dir "target/classes")