Skip to content

Commit

Permalink
Version 0.1.1.
Browse files Browse the repository at this point in the history
Mainly a bug fix to make it work with recent NJSON.
  • Loading branch information
aartaka committed Oct 7, 2023
1 parent 40920bd commit d3e6b9a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cl-telegram-bot-auto-api.asd
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
:description "Auto-generated Common Lisp API for Telegram Bots."
:author "Artyom Bologov"
:license "BSD 2-Clause"
:version "0.1.0"
:version "0.1.1"
:serial t
:depends-on ("dexador" "quri" "njson/cl-json" "bordeaux-threads" "alexandria" "serapeum")
:components ((:file "package")
Expand Down
2 changes: 1 addition & 1 deletion guix.scm
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
(define-public sbcl-telegram-bot-auto-api
(package
(name "sbcl-telegram-bot-auto-api")
(version "0.1.0")
(version "0.1.1")
(source
(local-file (dirname (current-filename)) #:recursive? #t)
;;;; Or this, in case of contributing to Guix.
Expand Down

0 comments on commit d3e6b9a

Please sign in to comment.