chore: bump posts version to 0.1.3 72d95c63
Steve · 2026-04-08 17:36 2 file(s) · +2 −2
Cargo.lock +1 −1
3104 3104
3105 3105
[[package]]
3106 3106
name = "posts"
3107 -
version = "0.1.2"
3107 +
version = "0.1.3"
3108 3108
dependencies = [
3109 3109
 "andromeda-auth",
3110 3110
 "askama 0.15.6",
apps/posts/Cargo.toml +1 −1
1 1
[package]
2 2
name = "posts"
3 -
version = "0.1.2"
3 +
version = "0.1.3"
4 4
edition = "2024"
5 5
description = "CMS blog with admin interface"
6 6
license = "MIT"