Skip to content

Commit d9a9369

Browse files
committed
bump 0.2.1
1 parent be2c299 commit d9a9369

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "emoji-mart-app",
3-
"version": "0.2.0",
3+
"version": "0.2.1",
44
"license": "MIT",
55
"description": "Emoji picker for desktop. Built with the Emoji Mart web component, and packaged as a tauri app.",
66
"type": "module",

src-tauri/Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src-tauri/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "emoji-mart-app"
3-
version = "0.2.0"
3+
version = "0.2.1"
44
description = "Emoji picker for desktop. Built with the Emoji Mart web component, and packaged as a tauri app."
55
authors = ["Vincent Emonet"]
66
license = ""

src-tauri/tauri.conf.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
},
99
"package": {
1010
"productName": "EmojiMart",
11-
"version": "0.2.0"
11+
"version": "0.2.1"
1212
},
1313
"tauri": {
1414
"allowlist": {

0 commit comments

Comments
 (0)