Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Blakeinstein committed Aug 7, 2021
1 parent 013b346 commit ffeddcf
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "bloop"
version = "0.4.3"
version = "0.4.4"
authors = ["Blaine <[email protected]>"]
edition = "2018"
build = "build.rs"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bloop",
"version": "0.4.3",
"version": "0.4.4",
"license": "MIT",
"source": "src/web/index.html",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion tauri.conf.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"package": {
"productName": "Bloop",
"version": "0.4.3"
"version": "0.4.4"
},
"build": {
"distDir": "dist",
Expand Down

0 comments on commit ffeddcf

Please sign in to comment.