Skip to content

Commit b8a132e

Browse files
committed
chore: v0.3.1
1 parent b88d26d commit b8a132e

6 files changed

Lines changed: 9 additions & 5 deletions

File tree

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -261,6 +261,10 @@ To publish a new release, follow this process:
261261
make bump version=patch
262262
```
263263

264+
> [!CAUTION]
265+
>
266+
> Seems like `tauri-version` does not update anymore version in `package.json`, so you'll need to do these changes manually.
267+
264268
2. Merge the `main` branch to the `release` branch, and push the `release` branch to GitHub:
265269

266270
```bash

install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env bash
22

33
# Script to install the Emoji Mart AppImage as desktop application on linux
4-
VERSION="0.3.0"
4+
VERSION="0.3.1"
55

66
if [ -z $1 ]; then
77
echo "⏳️ Downloading Emoji Mart AppImage and its desktop file..."

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.3.0",
3+
"version": "0.3.1",
44
"license": "MIT",
55
"description": "Emoji picker app 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.3.0"
3+
version = "0.3.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
@@ -1,6 +1,6 @@
11
{
22
"productName": "EmojiMart",
3-
"version": "0.3.0",
3+
"version": "0.3.1",
44
"identifier": "io.github.vemonet.EmojiMart",
55
"build": {
66
"beforeDevCommand": "npm run dev",

0 commit comments

Comments
 (0)