Skip to content

Commit 53d3a50

Browse files
publish new versions (#42)
Co-authored-by: JonasKruckenberg <JonasKruckenberg@users.noreply.github.com>
1 parent e6ff300 commit 53d3a50

4 files changed

Lines changed: 7 additions & 8 deletions

File tree

.changes/update-deps.md

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

CHANGELOG.md

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

3+
## \[0.2.1]
4+
5+
- Update `tauri` to `1.0.0-rc.1`, `serde` to `1.0.136` and `serde_json` to `1.0.79`.
6+
- [2095b6a](https://www.github.com/JonasKruckenberg/tauri-plugin-positioner/commit/2095b6a4a4ab5590add099ddb2b1e8118e3496e4) add dep update changefile on 2022-02-14
7+
38
## \[0.2.0]
49

510
- Add SystemTray relative positions.

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.0"
3+
version = "0.2.1"
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.0",
3+
"version": "0.2.1",
44
"author": "Jonas Kruckenberg",
55
"description": "Helps positioning your tauri windows.",
66
"browser": "webview-dist/index.js",

0 commit comments

Comments
 (0)