Commit 612ec8c

HPCesia <me@hpcesia.com>
2025-04-03 08:56:36
chore: 更新到 0.2.0 tag: 0.2.0
这是一个小更新,但是因为接口发生了变动,因此需要更新版本号到 0.2.0
1 parent 3ee6282
Changed files (2)
template/thesis.typ
@@ -1,4 +1,4 @@
-#import "@preview/modern-xmu-thesis:0.1.0": documentclass
+#import "@preview/modern-xmu-thesis:0.2.0": documentclass
 
 #let (
   // 布局函数
typst.toml
@@ -1,6 +1,6 @@
 [package]
 name = "modern-xmu-thesis"
-version = "0.1.0"
+version = "0.2.0"
 entrypoint = "lib.typ"
 authors = ["HPCesia <https://github.com/HPCesia>"]
 license = "MIT"