Skip to content

Commit 754f7e3

Browse files
committed
1.3.1
1 parent 8a60feb commit 754f7e3

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

CHANGELOG

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
Version 1.3.1
2+
2024-04-27
3+
14
Version 1.3.0
25
2020-05-07
36

docs/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -153,8 +153,8 @@ <h3 xmlns=""><a class="none" name="install">Download and installation</a></h3>
153153
<p>
154154
Hunchentoot itself together with this documentation can be
155155
downloaded from
156-
<a href="https://github.com/edicl/hunchentoot/archive/v1.3.0.tar.gz">https://github.com/edicl/hunchentoot/archive/v1.3.0.tar.gz</a>.
157-
The current version is 1.3.0.
156+
<a href="https://github.com/edicl/hunchentoot/archive/v1.3.1.tar.gz">https://github.com/edicl/hunchentoot/archive/v1.3.1.tar.gz</a>.
157+
The current version is 1.3.1.
158158
</p>
159159
<p>
160160
The preferred method to compile and load Hunchentoot is via <a href="http://www.cliki.net/asdf">ASDF</a>. If you want to avoid

hunchentoot.asd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828

2929
(defsystem :hunchentoot
3030
:serial t
31-
:version "1.3.0"
31+
:version "1.3.1"
3232
:description "Hunchentoot is a HTTP server based on USOCKET and
3333
BORDEAUX-THREADS. It supports HTTP 1.1, serves static files, has a
3434
simple framework for user-defined handlers and can be extended

0 commit comments

Comments
 (0)