Skip to content

Commit 4c8b806

Browse files
committed
bump to 0.2.0
1 parent db01d07 commit 4c8b806

4 files changed

Lines changed: 6 additions & 5 deletions

File tree

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "emoji-mart-app",
3-
"version": "0.1.8",
3+
"version": "0.2.0",
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",
@@ -13,7 +13,8 @@
1313
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",
1414
"test": "vitest",
1515
"lint": "prettier --ignore-path .gitignore --check . && eslint . --ignore-path .gitignore",
16-
"fmt": "prettier \"**/*.{svelte,ts,tsx,js,cjs,json,yml,md,html,css}\" --ignore-path .gitignore --write"
16+
"fmt": "prettier \"**/*.{svelte,ts,tsx,js,cjs,json,yml,md,html,css}\" --ignore-path .gitignore --write",
17+
"internationalize": "node resources/internationalize.js"
1718
},
1819
"dependencies": {
1920
"@emoji-mart/data": "^1.1.2",

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.1.8"
3+
version = "0.2.0"
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.1.8"
11+
"version": "0.2.0"
1212
},
1313
"tauri": {
1414
"allowlist": {

0 commit comments

Comments
 (0)