We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bbf91ce commit 73302b7Copy full SHA for 73302b7
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "redditcontextbot",
3
- "version": "0.5.1",
+ "version": "0.11.4",
4
"description": "",
5
"main": "index.js",
6
"scripts": {
src/Common/defaults.ts
@@ -42,4 +42,4 @@ export const filterCriteriaDefault: FilterCriteriaDefaults = {
42
export const defaultDataDir = path.resolve(__dirname, '../..');
43
export const defaultConfigFilenames = ['config.json', 'config.yaml'];
44
45
-export const VERSION = '0.11.1';
+export const VERSION = '0.11.4';
0 commit comments