Skip to content

Commit d0c495a

Browse files
committed
Update stable to point to 1.6
1 parent 6906931 commit d0c495a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

stable

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.5
1+
1.6

versionwarning.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
(function() {
2-
var latestStable = '1.5';
2+
var latestStable = '1.6';
33
var goodPaths = ['stable', 'dev', latestStable];
44
var showWarning = (msg) => {
55
$('.body[role=main]').prepend(

0 commit comments

Comments
 (0)