Skip to content

Commit 7d566ed

Browse files
committed
chore: bump version to 0.0.8
1 parent dce7b99 commit 7d566ed

4 files changed

Lines changed: 5 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.0.8] - 2025-10-04
11+
1012
## [0.0.7] - 2025-10-04
1113

1214
### Added

screenkey-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "screenkey-app",
3-
"version": "0.0.7",
3+
"version": "0.0.8",
44
"description": "A screencast tool to display keyboard inputs on screen",
55
"type": "module",
66
"scripts": {

screenkey-app/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 = "screenkey-app"
3-
version = "0.0.7"
3+
version = "0.0.8"
44
description = "A screencast tool to display keyboard inputs on screen"
55
authors = ["Rusman Wahab"]
66
license = "MIT"

screenkey-app/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": "ScreenKey",
4-
"version": "0.0.7",
4+
"version": "0.0.8",
55
"identifier": "com.screenkey.app",
66
"build": {
77
"beforeDevCommand": "npm run dev",

0 commit comments

Comments
 (0)