Skip to content

Commit 4a690eb

Browse files
committed
Bump to 1.0.0
1 parent e99616e commit 4a690eb

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ indentation, bolded keywords, and such](./docs/assets/algorithmic-demo.png)
1919
Example:
2020

2121
```typst
22-
#import "@preview/algorithmic:0.1.0"
22+
#import "@preview/algorithmic:1.0.0"
2323
#import algorithmic: algorithm
2424
2525
#algorithm({

justfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version := "0.1.0"
1+
version := "1.0.0"
22
typst := "typst"
33

44
docs:

tbump.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# github_url = "https://github.com/<user or organization>/<project>/"
33

44
[version]
5-
current = "0.1.0"
5+
current = "1.0.0"
66

77
# Example of a semver regexp.
88
# Make sure this matches current_version before

typst.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "algorithmic"
3-
version = "0.1.0"
3+
version = "1.0.0"
44
entrypoint = "algorithmic.typ"
55
authors = ["Jade Lovelace <@lf->", "Pascal Quach <@quachpas>"]
66
license = "MIT"

0 commit comments

Comments
 (0)