Skip to content

Commit

Permalink
Update version to 1.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
varkor committed Dec 30, 2024
1 parent 5dfbf76 commit 1af8399
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ authors:
given-names: Nathanael
orcid: https://orcid.org/0000-0002-4092-7930
url: https://q.uiver.app/
version: 1.5.2
date-released: 2024-06-22
version: 1.5.3
date-released: 2024-12-31
repository-code: https://github.com/varkor/quiver
license: MIT
2 changes: 1 addition & 1 deletion package/quiver.sty
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
% This package is currently a wrapper around the `tikz-cd` package, importing necessary TikZ
% libraries, and defining a new TikZ style for curves of a fixed height.
%
% Version: 1.5.2
% Version: 1.5.3
% Authors:
% - varkor (https://github.com/varkor)
% - AndréC (https://tex.stackexchange.com/users/138900/andr%C3%A9c)
Expand Down
2 changes: 1 addition & 1 deletion src/ui.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import { Quiver, QuiverImportExport } from "./quiver.mjs";
/// Various parameters.
Object.assign(CONSTANTS, {
/// The current quiver version.
VERSION: "1.5.2",
VERSION: "1.5.3",
/// When the `quiver.sty` package was last modified.
PACKAGE_VERSION: "2021/01/11",
/// We currently only support n-cells for (n ≤ 4). This restriction is not technical: it can be
Expand Down

0 comments on commit 1af8399

Please sign in to comment.