From a87d292376c62e90c2ab49d51646890fb0bea000 Mon Sep 17 00:00:00 2001 From: Tsiry Sandratraina Date: Sat, 29 Jun 2024 23:29:08 +0000 Subject: [PATCH] bump version code --- README.md | 4 ++-- webui/package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 31bc90d..32726c3 100644 --- a/README.md +++ b/README.md @@ -27,8 +27,8 @@ cargo build --release ## Downloads -- `Mac`: arm64: [fluentci-studio_v0.1.4_arm64.dmg](https://github.com/fluentci-io/fluentci-studio/releases/download/v0.1.4/fluentci-studio_v0.1.4_arm64.dmg) intel: [fluentci-studio_v0.1.4_x64.dmg](https://github.com/fluentci-io/fluentci-studio/releases/download/v0.1.4/fluentci-studio_v0.1.4_x64.dmg) -- `Linux`: [fluentci-studio_v0.1.4.AppImage](https://github.com/fluentci-io/fluentci-studio/releases/download/v0.1.4/fluentci-studio_v0.1.4.AppImage) +- `Mac`: arm64: [fluentci-studio_v0.1.5_arm64.dmg](https://github.com/fluentci-io/fluentci-studio/releases/download/v0.1.5/fluentci-studio_v0.1.5_arm64.dmg) intel: [fluentci-studio_v0.1.5_x64.dmg](https://github.com/fluentci-io/fluentci-studio/releases/download/v0.1.5/fluentci-studio_v0.1.5_x64.dmg) +- `Linux`: [fluentci-studio_v0.1.5.AppImage](https://github.com/fluentci-io/fluentci-studio/releases/download/v0.1.5/fluentci-studio_v0.1.5.AppImage) ## Feedback diff --git a/webui/package.json b/webui/package.json index 52914ff..5f96b7e 100644 --- a/webui/package.json +++ b/webui/package.json @@ -1,7 +1,7 @@ { "name": "fluentci-studio", "private": true, - "version": "0.1.4", + "version": "0.1.5", "type": "module", "main": "dist-electron/main/index.js", "author": "Tsiry Sandratraina ",