Skip to content

Commit

Permalink
Merge pull request #143 from nomandhoni-cs/develop
Browse files Browse the repository at this point in the history
Bumped the version
  • Loading branch information
nomandhoni-cs authored Dec 22, 2024
2 parents d27073a + 498a926 commit 4db6c0d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "blink-eye",
"private": true,
"version": "2.5.0",
"version": "2.6.0",
"type": "module",
"displayName": "Blink Eye",
"categories": ["Other"],
Expand Down
2 changes: 1 addition & 1 deletion src-tauri/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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 = "Blink-Eye"
version = "2.5.0"
version = "2.6.0"
description = "A minimalist eye care reminder app for Windows, macOS, and Linux."
authors = ["Noman Dhoni"]
edition = "2021"
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 @@
{
"$schema": "https://schema.tauri.app/config/2.0.6",
"productName": "Blink Eye",
"version": "2.5.0",
"version": "2.6.0",
"identifier": "com.blinkeye.app",
"build": {
"beforeDevCommand": "bun run dev",
Expand Down

0 comments on commit 4db6c0d

Please sign in to comment.