Skip to content

Commit e7ac13a

Browse files
forgot version number lol
1 parent 8b2beed commit e7ac13a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/addon/addonBuilder.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ async function createAddon(userConfig) {
192192
await initTraktApi(userConfig);
193193
const manifest = {
194194
id: 'org.stremio.aiolists',
195-
version: `1.2.0-${Date.now()}`,
195+
version: `1.2.1-${Date.now()}`,
196196
name: 'AIOLists',
197197
description: 'Manage all your lists in one place.',
198198
resources: ['catalog', 'meta'],

0 commit comments

Comments
 (0)