Bump version to 0.1.18

Fix Settings modal failing to open for licensed users.
This commit is contained in:
Keysat
2026-05-08 13:00:29 -05:00
parent 8a519ee25d
commit 1aaa7a453a
2 changed files with 15 additions and 2 deletions
+3 -2
View File
@@ -17,8 +17,9 @@ import { v_0_1_14 } from './v0.1.14'
import { v_0_1_15 } from './v0.1.15'
import { v_0_1_16 } from './v0.1.16'
import { v_0_1_17 } from './v0.1.17'
import { v_0_1_18 } from './v0.1.18'
export const versionGraph = VersionGraph.of({
current: v_0_1_17,
other: [v_0_1_16, v_0_1_15, v_0_1_14, v_0_1_13, v_0_1_12, v_0_1_11, v_0_1_10, v_0_1_9, v_0_1_8, v_0_1_7, v_0_1_6, v_0_1_5, v_0_1_4, v_0_1_3, v_0_1_2, v_0_1_1, v_0_1_0],
current: v_0_1_18,
other: [v_0_1_17, v_0_1_16, v_0_1_15, v_0_1_14, v_0_1_13, v_0_1_12, v_0_1_11, v_0_1_10, v_0_1_9, v_0_1_8, v_0_1_7, v_0_1_6, v_0_1_5, v_0_1_4, v_0_1_3, v_0_1_2, v_0_1_1, v_0_1_0],
})