aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiguel Ángel Moreno <mail@migalmoreno.com>2023-08-06 22:47:05 +0200
committerMiguel Ángel Moreno <mail@migalmoreno.com>2023-08-06 22:47:05 +0200
commit06edd98037093acf17ee5a8105bf7e391f1c7610 (patch)
tree9c16858c3e0dfb60bb975722bbbd3bf454544b17
parentb8ac04522a0adc1f6da284e530927e3d89455123 (diff)
chore: Update system version and description
-rw-r--r--nx-router.asd4
1 files changed, 2 insertions, 2 deletions
diff --git a/nx-router.asd b/nx-router.asd
index 0c2d11b..82c5605 100644
--- a/nx-router.asd
+++ b/nx-router.asd
@@ -1,8 +1,8 @@
(defsystem "nx-router"
- :description "nx-router is a simple URL routing extension for Nyxt"
+ :description "nx-router is a declarative URL routing extension for Nyxt"
:author "Miguel Ángel Moreno"
:license "BSD 3-Clause"
- :version "0.2.0"
+ :version "0.3.0"
:serial t
:depends-on ("nyxt")
:components ((:file "package")