Skip to content

Commit 7d0e08c

Browse files
publish new versions (#45)
Co-authored-by: JonasKruckenberg <[email protected]>
1 parent 6903aac commit 7d0e08c

File tree

4 files changed

+8
-7
lines changed

4 files changed

+8
-7
lines changed

.changes/docs-update-readme.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## \[0.2.2]
4+
5+
- Update README.md
6+
- Bumped due to a bump in tauri-plugin-positioner.
7+
- [92d6c3d](https://www.github.com/JonasKruckenberg/tauri-plugin-positioner/commit/92d6c3dca00a6b3562682804a649c0023831ce2b) Create docs-update-readme.md on 2022-02-17
8+
39
## \[0.2.1]
410

511
- Update `tauri` to `1.0.0-rc.1`, `serde` to `1.0.136` and `serde_json` to `1.0.79`.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "tauri-plugin-positioner"
3-
version = "0.2.1"
3+
version = "0.2.2"
44
authors = [ "Jonas Kruckenberg" ]
55
description = "Helps positioning your tauri windows."
66
edition = "2021"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "tauri-plugin-positioner-api",
3-
"version": "0.2.1",
3+
"version": "0.2.2",
44
"author": "Jonas Kruckenberg",
55
"description": "Helps positioning your tauri windows.",
66
"browser": "client-dist/index.js",

0 commit comments

Comments
 (0)