Bump version to 0.1.16
Release notes: Add free mode for unlicensed users (one video at a time, no library). Online license revocation check via Keysat /v1/validate. Fix blank-screen bug after processing long videos. Ship deploy-script polish (no double-bump prompt).
This commit is contained in:
@@ -15,8 +15,9 @@ import { v_0_1_12 } from './v0.1.12'
|
||||
import { v_0_1_13 } from './v0.1.13'
|
||||
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'
|
||||
|
||||
export const versionGraph = VersionGraph.of({
|
||||
current: v_0_1_15,
|
||||
other: [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_16,
|
||||
other: [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],
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user