Skip to content

Commit 78da516

Browse files
committed
Bump to 0.3.0
1 parent eaaac55 commit 78da516

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

release/app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "boson",
33
"productName": "boson",
4-
"version": "0.2.4",
4+
"version": "0.3.0",
55
"author": "José Sánchez-Gallego <gallegoj@uw.edu>",
66
"description": "SDSS observer graphical user interface",
77
"license": "BSD-3-Clause",

src/main/store/store.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ const store = new Store({
2626
'>=0.2.1': (st) => {
2727
st.set('updateChannel', 'stable');
2828
},
29-
'>=0.2.4': (st) => {
29+
'>=0.3.0': (st) => {
3030
st.set('log.showInternal', false);
3131
st.set('log.highlightCommands', 'mine');
3232
st.set('hal.syncStages', false);

0 commit comments

Comments
 (0)