We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b2beed commit e7ac13aCopy full SHA for e7ac13a
1 file changed
src/addon/addonBuilder.js
@@ -192,7 +192,7 @@ async function createAddon(userConfig) {
192
await initTraktApi(userConfig);
193
const manifest = {
194
id: 'org.stremio.aiolists',
195
- version: `1.2.0-${Date.now()}`,
+ version: `1.2.1-${Date.now()}`,
196
name: 'AIOLists',
197
description: 'Manage all your lists in one place.',
198
resources: ['catalog', 'meta'],
0 commit comments