Skip to content

Commit

Permalink
version bumb
Browse files Browse the repository at this point in the history
  • Loading branch information
blotspot committed Dec 28, 2024
1 parent 037bb72 commit 15558b4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"id": "screen-wake-lock",
"name": "Screen WakeLock",
"version": "1.0.4",
"version": "1.0.5",
"minAppVersion": "0.15.0",
"description": "Keeps the display awake while Obsidian is in the foreground.",
"author": "blotspot",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "screen-wake-lock",
"version": "1.0.4",
"version": "1.0.5",
"main": "main.js",
"scripts": {
"dev": "node esbuild.config.mjs",
Expand Down
2 changes: 1 addition & 1 deletion src/log.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
export class Log {
public static devMode = false;
public static devMode = true;

public static d(msg: string) {
if (Log.devMode) {
Expand Down

0 comments on commit 15558b4

Please sign in to comment.