Skip to content

Commit 0acc5d9

Browse files
chore: bump version to 1.0.2
Update version number to 1.0.2 in: - package.json - about.html This version includes the recent directories feature.
1 parent 1882604 commit 0acc5d9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "wp-debug",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"description": "WP Debug App",
55
"main": "index.js",
66
"scripts": {

renderer/about.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
<div class="about-window">
5757
<img src="../assets/wp-debug.png" alt="WP Debug Logo" class="app-icon">
5858
<h1 class="app-name">WP Debug</h1>
59-
<p class="version">Version 1.0.1</p>
59+
<p class="version">Version 1.0.2</p>
6060
<p class="credits">Created by Jonathan Bossenger<br>Licensed under GPL-2.0-or-later</p>
6161
<a
6262
href="#"

0 commit comments

Comments
 (0)