Skip to content

Commit c7a947c

Browse files
committed
chore: Bump version to 0.1.2 in docs and config files
1 parent 789e259 commit c7a947c

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# The `articulate-coderscompass` Package
2-
<div align="center">Version 0.1.1</div>
2+
<div align="center">Version 0.1.2</div>
33

44
Template for a two column article layout for the [Coders' Compass website](https://coderscompass.org). It allows users to write articles in markdown or Typst, which can then be rendered to a PDF suitable for print.
55

@@ -16,7 +16,7 @@ Uses Coders' Compass branding and styling.
1616
## Usage
1717

1818
```typst
19-
#import "@preview/articulate-coderscompass:0.1.0": *
19+
#import "@preview/articulate-coderscompass:0.1.2": *
2020
2121
#show: articulate-coderscompass.with(
2222
title: lorem(15),

template/main.typ

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#import "@preview/articulate-coderscompass:0.1.0": articulate-coderscompass, render-markdown
1+
#import "@preview/articulate-coderscompass:0.1.2": articulate-coderscompass, render-markdown
22

33
#show: articulate-coderscompass.with(
44
title: lorem(15),

typst.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "articulate-coderscompass"
3-
version = "0.1.0"
3+
version = "0.1.2"
44
entrypoint = "src/lib.typ"
55
authors = ["Subhomoy Haldar <subhomoy@coderscompass.org>"]
66
license = "MIT"

0 commit comments

Comments
 (0)