diff options
author | Qrius <[email protected]> | 2024-12-06 08:26:05 +0100 |
---|---|---|
committer | Qrius <[email protected]> | 2024-12-06 08:26:05 +0100 |
commit | 42ec0c6469238b60bfd5f5c0baa085ec0c6ec148 (patch) | |
tree | 98df16b1a70ad6336a00ffd3058713f498fca596 | |
parent | 89b3d686424f7acca31bc3bee77a171a7ac2515c (diff) | |
download | skaldpress-42ec0c6469238b60bfd5f5c0baa085ec0c6ec148.tar.gz skaldpress-42ec0c6469238b60bfd5f5c0baa085ec0c6ec148.zip |
2.0.0
-rw-r--r-- | Cargo.lock | 2 | ||||
-rw-r--r-- | packaging/DEBIAN/control | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -236,7 +236,7 @@ checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64" [[package]] name = "skaldpress" -version = "0.1.1" +version = "2.0.0" dependencies = [ "chrono", "markdown", diff --git a/packaging/DEBIAN/control b/packaging/DEBIAN/control index 91705e1..2d53eb2 100644 --- a/packaging/DEBIAN/control +++ b/packaging/DEBIAN/control @@ -1,5 +1,5 @@ Package: skaldpress -Version: 0.1.0 +Version: 2.0.0 Maintainer: qirus Architecture: all Description: Templating and macro engine |