Skip to content

Commit

Permalink
readme
Browse files Browse the repository at this point in the history
  • Loading branch information
samirdjelal committed Aug 6, 2022
1 parent b353983 commit fea0d0b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mail-dev",
"version": "0.6.0",
"version": "0.7.0",
"private": true,
"dependencies": {
"@reduxjs/toolkit": "^1.6.0",
Expand Down
2 changes: 1 addition & 1 deletion src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "mail-dev"
version = "0.6.0"
version = "0.7.0"
description = "Mail Dev"
authors = ["Samir Djelal <ssdjelal@gmail.com>"]
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion src-tauri/tauri.conf.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"package": {
"productName": "mail-dev",
"version": "0.6.0"
"version": "0.7.0"
},
"build": {
"distDir": "../build",
Expand Down

0 comments on commit fea0d0b

Please sign in to comment.