Skip to content
This repository was archived by the owner on May 10, 2026. It is now read-only.

Commit fb83462

Browse files
committed
auto version bump: minor
1 parent b2179f2 commit fb83462

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

Gruntfile.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ module.exports = function (grunt) {
2626
delete newManifest[item];
2727
});
2828
}
29+
console.log(newManifest);
2930
grunt.file.write(manifestPath, JSON.stringify(newManifest, null, 2));
3031
};
3132

src/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
},
77
"description": "RSS Reader",
88
"manifest_version": 2,
9-
"version": "2.14.2",
9+
"version": "2.15.0",
1010
"background": {
1111
"page": "index.html"
1212
},

0 commit comments

Comments
 (0)