Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 07e31ff

Browse files
committed
[solution] update plugin version.
fixes skygragon#2 Signed-off-by: Eric Wang <skygragon@gmail.com>
1 parent 12dca72 commit 07e31ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/solution.discuss.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ var session = require('../session');
1212
//
1313
// https://github.com/skygragon/leetcode-cli-plugins/blob/master/docs/solution.discuss.md
1414
//
15-
var plugin = new Plugin(200, 'solution.discuss', '2017.07.29',
15+
var plugin = new Plugin(200, 'solution.discuss', '2017.12.21',
1616
'Plugin to fetch most voted solution in discussions.');
1717

1818
var URL_DISCUSSES = 'https://discuss.leetcode.com/api/category/';

0 commit comments

Comments
 (0)