Skip to main content

max / goingson

release: v0.3.2 Bump version and pick up docengine 0.3.4.
Author: Max J. <87768334+MaxJMath@users.noreply.github.com> · 2026-05-17 23:28 UTC
Commit: 90b86b72af21f4e30a390df65ef0d0df5c9dcfb0
Parent: fc736f2
2 files changed, +2 insertions, -2 deletions
M Cargo.lock +1 -1
@@ -1125,7 +1125,7 @@ dependencies = [
1125 1125
1126 1126 [[package]]
1127 1127 name = "docengine"
1128 - version = "0.3.1"
1128 + version = "0.3.4"
1129 1129 dependencies = [
1130 1130 "ammonia",
1131 1131 "pulldown-cmark",
@@ -1,7 +1,7 @@
1 1 {
2 2 "$schema": "https://schema.tauri.app/config/2",
3 3 "productName": "GoingsOn",
4 - "version": "0.3.1",
4 + "version": "0.3.2",
5 5 "identifier": "com.goingson.app",
6 6 "build": {
7 7 "beforeBuildCommand": "node src-tauri/frontend/build-css.js",