Skip to content

Commit

Permalink
version "2-beta13"
Browse files Browse the repository at this point in the history
  • Loading branch information
daslu committed Jul 19, 2024
1 parent 31aa2a7 commit 8906aab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion build.clj
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down

0 comments on commit 8906aab

Please sign in to comment.