Skip to content

Commit 3fb04b2

Browse files
committed
chore: Bump version to 0.1.7 in docs and config
1 parent 0f4ce22 commit 3fb04b2

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.6</div>
2+
<div align="center">Version 0.1.7</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

@@ -18,7 +18,7 @@ Uses Coders' Compass branding and styling.
1818
## Usage
1919

2020
```typst
21-
#import "@preview/articulate-coderscompass:0.1.6": *
21+
#import "@preview/articulate-coderscompass:0.1.7": *
2222
2323
#show: articulate-coderscompass.with(
2424
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.6": articulate-coderscompass, render-markdown
1+
#import "@preview/articulate-coderscompass:0.1.7": 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.6"
3+
version = "0.1.7"
44
entrypoint = "src/lib.typ"
55
authors = ["Subhomoy Haldar <subhomoy@coderscompass.org>"]
66
license = "MIT"

0 commit comments

Comments
 (0)