Skip to content

Commit 73302b7

Browse files
committed
chore: Bump version for 0.11.4 release
1 parent bbf91ce commit 73302b7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "redditcontextbot",
3-
"version": "0.5.1",
3+
"version": "0.11.4",
44
"description": "",
55
"main": "index.js",
66
"scripts": {

src/Common/defaults.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,4 +42,4 @@ export const filterCriteriaDefault: FilterCriteriaDefaults = {
4242
export const defaultDataDir = path.resolve(__dirname, '../..');
4343
export const defaultConfigFilenames = ['config.json', 'config.yaml'];
4444

45-
export const VERSION = '0.11.1';
45+
export const VERSION = '0.11.4';

0 commit comments

Comments
 (0)