Skip to content

Commit

Permalink
Bump version to 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Sematre committed Feb 2, 2024
1 parent ab02eef commit b154ea3
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ The goal of typst-letter-pro is to simplify the process of creating business let
while maintaining a clean and professional appearance. It offers predefined sections
for the sender and recipient information, subject, date, header, footer and more.

## [Documentation](https://raw.githubusercontent.com/wiki/Sematre/typst-letter-pro/documentation.pdf)
## [Documentation](https://raw.githubusercontent.com/wiki/Sematre/typst-letter-pro/documentation-v2.0.0.pdf)

## Example
Text source: [Musterbrief Widerspruch gegen Einkommensteuerbescheid](https://www.deutschepost.de/de/b/briefvorlagen/beschwerden.html#Einspruch)
Expand All @@ -21,7 +21,7 @@ Text source: [Musterbrief Widerspruch gegen Einkommensteuerbescheid](https://www

### Code
```typst
#import "@local/letter-pro:1.0.0": letter-simple
#import "@local/letter-pro:2.0.0": letter-simple
#set text(lang: "de")
Expand Down Expand Up @@ -76,20 +76,20 @@ Anja Ahlsen
### Local namespace
Download the repository to the local package namespace using Git:
```sh
$ git clone -c advice.detachedHead=false https://github.com/Sematre/typst-letter-pro.git --depth 1 --branch v1.0.0 ~/.local/share/typst/packages/local/letter-pro/1.0.0
$ git clone -c advice.detachedHead=false https://github.com/Sematre/typst-letter-pro.git --depth 1 --branch v2.0.0 ~/.local/share/typst/packages/local/letter-pro/2.0.0
```

Then import the package in your document:
```typst
#import "@local/letter-pro:1.0.0": letter-simple
#import "@local/letter-pro:2.0.0": letter-simple
```

### Manual
Download the ``letter-pro-v1.0.0.typ`` file from the [releases page](https://github.com/Sematre/typst-letter-pro/releases) and place it next to your document file.
Download the ``letter-pro-v2.0.0.typ`` file from the [releases page](https://github.com/Sematre/typst-letter-pro/releases) and place it next to your document file.

Then import the package in your document:
```typst
#import "letter-pro-v1.0.0.typ": letter-simple
#import "letter-pro-v2.0.0.typ": letter-simple
```

## Contributing
Expand Down
4 changes: 2 additions & 2 deletions docs/documentation.typ
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
hyphenate: false,
)

#let project-version = "1.0.0"
#let project-version = "2.0.0"
#let project-authors = "Sematre"

#set document(
Expand Down Expand Up @@ -114,7 +114,7 @@ The goal of typst-letter-pro is to simplify the process of creating business let
= Quickstart

```typ
#import "@local/letter-pro:1.0.0": letter-simple
#import "@local/letter-pro:2.0.0": letter-simple
#set text(lang: "de")
Expand Down
2 changes: 1 addition & 1 deletion typst.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "letter-pro"
version = "1.0.0"
version = "2.0.0"
entrypoint = "src/lib.typ"
authors = ["Sematre"]
license = "MIT"
Expand Down

0 comments on commit b154ea3

Please sign in to comment.