Skip to content

Commit d3f25c4

Browse files
(0.1.2) Update version to 0.1.2 across all relevant files
- Bumped version number in package.json, package-lock.json, Cargo.toml, Cargo.lock, and tauri.conf.json to reflect the new release. - Ensured consistency in versioning across the project files.
1 parent d8e4434 commit d3f25c4

6 files changed

Lines changed: 7 additions & 6 deletions

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,3 +62,4 @@ jobs:
6262
releaseDraft: true
6363
prerelease: false
6464
args: ${{ matrix.args }}
65+
includeUpdaterJson: true

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,7 +1,7 @@
11
{
22
"name": "pluely",
33
"private": false,
4-
"version": "0.1.1",
4+
"version": "0.1.2",
55
"description": "The Open Source Alternative to Cluely - A lightning-fast, privacy-first AI assistant that works seamlessly during meetings, interviews, and conversations without anyone knowing.",
66
"author": {
77
"name": "Srikanth Nani",

src-tauri/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.

src-tauri/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "pluely"
3-
version = "0.1.1"
3+
version = "0.1.2"
44
description = "The Open Source Alternative to Cluely - A lightning-fast, privacy-first AI assistant that works seamlessly during meetings, interviews, and conversations without anyone knowing."
55
authors = ["Srikanth Nani <srikanthnani1202@gmail.com>"]
66
license = "MIT"

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": "Pluely",
4-
"version": "0.1.1",
4+
"version": "0.1.2",
55
"identifier": "com.srikanthnani.pluely",
66
"build": {
77
"beforeDevCommand": "npm run dev",

0 commit comments

Comments
 (0)