Skip to content

Commit 144a385

Browse files
committed
docs: Update version number
1 parent 1069d13 commit 144a385

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "trendline",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "",
55
"type": "module",
66
"scripts": {

src-tauri/src/menu.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ use tauri_plugin_dialog::DialogExt;
1010
pub fn create_app_menu<R: Runtime>(app_handle: &AppHandle<R>) -> tauri::Result<Menu<R>> {
1111
let about_metadata = AboutMetadataBuilder::new()
1212
.name(Some("Trendline"))
13-
.version(Some("1.0.0"))
13+
.version(Some("1.0.1"))
1414
.authors(Some(vec!["Steven Nguyen".to_string()]))
1515
.website(Some("https://twinleaf.com"))
1616
.build();

src-tauri/tauri.conf.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "https://schema.tauri.app/config/2",
33
"productName": "Trendline",
4-
"version": "0.1.0",
4+
"version": "1.0.1",
55
"identifier": "com.trendline.app",
66
"build": {
77
"beforeDevCommand": "npm run dev",

0 commit comments

Comments
 (0)