Skip to content

Commit ffeddcf

Browse files
committed
bump version
1 parent 013b346 commit ffeddcf

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

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.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "bloop"
3-
version = "0.4.3"
3+
version = "0.4.4"
44
authors = ["Blaine <rishi1998@gmail.com>"]
55
edition = "2018"
66
build = "build.rs"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "bloop",
3-
"version": "0.4.3",
3+
"version": "0.4.4",
44
"license": "MIT",
55
"source": "src/web/index.html",
66
"scripts": {

tauri.conf.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"package": {
33
"productName": "Bloop",
4-
"version": "0.4.3"
4+
"version": "0.4.4"
55
},
66
"build": {
77
"distDir": "dist",

0 commit comments

Comments
 (0)