Skip to content

Commit

Permalink
v2.1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
hitarth-gg committed Mar 4, 2025
1 parent 63a2213 commit 53298ed
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Electron/zenshin-electron/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "zenshin",
"version": "2.1.7",
"version": "2.1.8",
"description": "zenshin",
"main": "./out/main/index.js",
"author": "hitarth-gg",
Expand Down
2 changes: 1 addition & 1 deletion Electron/zenshin-electron/src/main/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ const discordClientId = '1312155472781901824'
let rpcClient = null
let broadcastDiscordRpc = true
let extensionUrls = {}
let zoomFactor = 1.0
// let zoomFactor = 1.0

function createWindow() {
// Create the browser window.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ export default function AppLayout({ props }) {
/* ------------- CHECK LATEST GITHUB RELEASE ------------ */
const owner = 'hitarth-gg' // Replace with the repository owner
const repo = 'zenshin' // Replace with the repository name
const currentVersion = 'v2.1.7' // Replace with the current version
const currentVersion = 'v2.1.8' // Replace with the current version

const getLatestRelease = async () => {
try {
Expand Down

0 comments on commit 53298ed

Please sign in to comment.