From 34be5b72d15a6a941fe354c7a7af876f73fb0678 Mon Sep 17 00:00:00 2001 From: Leedehai Date: Wed, 13 Sep 2023 14:45:44 -0400 Subject: [PATCH] Delete the version number since Typst now has package manager See https://github.com/typst/packages --- physica.typ | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/physica.typ b/physica.typ index b143927..73e8913 100644 --- a/physica.typ +++ b/physica.typ @@ -1,6 +1,6 @@ // Copyright 2023 Leedehai // Use of this code is governed by a MIT license in the LICENSE.txt file. -// Current version: 0.7.5. Please see physica-manual.pdf for user docs. +// Please see physica-manual.pdf for user docs. // Returns whether a Content object holds an integer. The caller is responsible // for ensuring the input argument is a Content object.