Skip to content

Commit 0a33d86

Browse files
committed
version upgrade to 0.6.1
1 parent af64e62 commit 0a33d86

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# GLIMPSE v0.6.0
1+
# GLIMPSE v0.6.1
22

33
![NSD_2294_BRAND_HAGEN-GLIMPSE_final_color](https://github.com/user-attachments/assets/182d1235-eb30-4467-b880-aec3000e786f)
44

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "glimpse",
3-
"version": "0.6.0",
3+
"version": "0.6.1",
44
"productName": "GLIMPSE",
55
"description": "GLIMPSE",
66
"main": "./out/main/main.js",

src/renderer/components/About.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ const About = ({ show, close }) => {
2323
</div>
2424
<DialogContent sx={{ maxWidth: "72rem", padding: "0 2rem" }}>
2525
<div className="about-title">
26-
<h1>GLIMPSE v0.6.0</h1>
26+
<h1>GLIMPSE v0.6.1</h1>
2727
<h3>(Grid Layout Interface for Model Preview and System Exploration)</h3>
2828
</div>
2929
<div className="description">

0 commit comments

Comments
 (0)