Skip to content

Commit ea78a9d

Browse files
committed
bump version to 1.0.4
1 parent ab99e96 commit ea78a9d

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

manifest.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
1+
const package = require('./package.json');
12
const fs = require('fs');
23
const config = require('./config.js')();
34

45
let manifest = {
56
"id": "community.trakt-tv",
6-
"version": "1.0.2",
7+
"version": `${package.version}`,
78
"name": "Trakt Tv",
89
"description": "Addon for getting Trakt's public and user lists, recommendations and watch list.",
910
};

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "community.trakt-tv",
3-
"version": "1.0.3",
3+
"version": "1.0.4",
44
"description": "Addon for getting Trakt's public and user lists, recommendations and watch list.",
55
"main": "server.js",
66
"scripts": {

0 commit comments

Comments
 (0)