We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 623f825 commit 119fbebCopy full SHA for 119fbeb
1 file changed
src/atoms/settingsState.ts
@@ -26,8 +26,8 @@ const useFakeSampleData = urlParams.get('fakedata') === 'true' || urlParams.get(
26
27
const bigStateInitial: BigState = {
28
29
- currentVersion: 81, // This gets incremented with each new release (manually)
30
- currentVersionString: '0.9.3', // This gets incremented with each new release (manually)
+ currentVersion: 82, // This gets incremented with each new release (manually)
+ currentVersionString: '0.9.4', // This gets incremented with each new release (manually)
31
32
latestVersion: 0,
33
latestVersionString: '',
0 commit comments