diff --git a/test/day-view.png b/test/day-view.png index 1ae22bb..68f5591 100644 Binary files a/test/day-view.png and b/test/day-view.png differ diff --git a/test/day-view.typ b/test/day-view.typ index 957308b..4499950 100644 --- a/test/day-view.typ +++ b/test/day-view.typ @@ -1,4 +1,4 @@ -#import "@preview/cineca:0.3.0": calendar, events-to-calendar-items, ics-parser +#import "@preview/cineca:0.4.0": calendar, events-to-calendar-items, ics-parser #set page(margin: 0.5in, height: 25cm) diff --git a/test/month-summary.png b/test/month-summary.png index bc3325a..4ee8128 100644 Binary files a/test/month-summary.png and b/test/month-summary.png differ diff --git a/test/month-summary.typ b/test/month-summary.typ index b3f6155..23abd79 100644 --- a/test/month-summary.typ +++ b/test/month-summary.typ @@ -1,4 +1,4 @@ -#import "@preview/cineca:0.3.0": * +#import "@preview/cineca:0.4.0": * #set page(width: 20cm, height: 18cm, flipped: false, margin: 0.5in) diff --git a/test/month-view.typ b/test/month-view.typ index 1021bc3..8641bda 100644 --- a/test/month-view.typ +++ b/test/month-view.typ @@ -1,4 +1,4 @@ -#import "@preview/cineca:0.3.0": * +#import "@preview/cineca:0.4.0": * #set page(margin: 0.5in) diff --git a/typst.toml b/typst.toml index b5c9f5f..c6b4a0c 100644 --- a/typst.toml +++ b/typst.toml @@ -1,6 +1,6 @@ [package] name = "cineca" -version = "0.3.0" +version = "0.4.0" entrypoint = "lib.typ" authors = ["HPDell"] license = "MIT"