We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eaaac55 commit 78da516Copy full SHA for 78da516
release/app/package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "boson",
3
"productName": "boson",
4
- "version": "0.2.4",
+ "version": "0.3.0",
5
"author": "José Sánchez-Gallego <gallegoj@uw.edu>",
6
"description": "SDSS observer graphical user interface",
7
"license": "BSD-3-Clause",
src/main/store/store.ts
@@ -26,7 +26,7 @@ const store = new Store({
26
'>=0.2.1': (st) => {
27
st.set('updateChannel', 'stable');
28
},
29
- '>=0.2.4': (st) => {
+ '>=0.3.0': (st) => {
30
st.set('log.showInternal', false);
31
st.set('log.highlightCommands', 'mine');
32
st.set('hal.syncStages', false);
0 commit comments