diff --git a/CHANGELOG.md b/CHANGELOG.md
index 54b21a6fe..c369adf28 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,6 +4,9 @@
### v1.13.6
+**v1.13.6.1** *(2017-01-31)* - [[Userscript](https://raw.githubusercontent.com/ccd0/4chan-x/1.13.6.1/builds/4chan-X-noupdate.user.js)] [[Chrome extension](https://raw.githubusercontent.com/ccd0/4chan-x/1.13.6.1/builds/4chan-X-noupdate.crx)]
+- Add CSS class `toggle-you` to menu entry for marking posts as yours.
+
**v1.13.6.0** *(2017-01-30)* - [[Userscript](https://raw.githubusercontent.com/ccd0/4chan-x/1.13.6.0/builds/4chan-X-noupdate.user.js)] [[Chrome extension](https://raw.githubusercontent.com/ccd0/4chan-x/1.13.6.0/builds/4chan-X-noupdate.crx)]
- Based on v1.13.5.2.
- Add item in the post menu to mark/unmark posts as yours. #195
diff --git a/builds/4chan-X-beta.crx b/builds/4chan-X-beta.crx
index 176fb9ed7..4b6cadeca 100644
Binary files a/builds/4chan-X-beta.crx and b/builds/4chan-X-beta.crx differ
diff --git a/builds/4chan-X-beta.meta.js b/builds/4chan-X-beta.meta.js
index 69d3ed91b..c7684a481 100644
--- a/builds/4chan-X-beta.meta.js
+++ b/builds/4chan-X-beta.meta.js
@@ -1,6 +1,6 @@
// ==UserScript==
// @name 4chan X beta
-// @version 1.13.6.0
+// @version 1.13.6.1
// @minGMVer 1.14
// @minFFVer 26
// @namespace 4chan-X
diff --git a/builds/4chan-X-beta.user.js b/builds/4chan-X-beta.user.js
index e2d3462e2..79357b809 100644
--- a/builds/4chan-X-beta.user.js
+++ b/builds/4chan-X-beta.user.js
@@ -1,6 +1,6 @@
// ==UserScript==
// @name 4chan X beta
-// @version 1.13.6.0
+// @version 1.13.6.1
// @minGMVer 1.14
// @minFFVer 26
// @namespace 4chan-X
@@ -150,7 +150,7 @@ docSet = function() {
};
g = {
- VERSION: '1.13.6.0',
+ VERSION: '1.13.6.1',
NAMESPACE: '4chan X.',
boards: {}
};
@@ -23582,6 +23582,8 @@ QuoteYou = (function() {
init: function() {
var input, label, ref;
label = $.el('label', {
+ className: 'toggle-you'
+ }, {
innerHTML: " You"
});
input = $('input', label);
diff --git a/builds/4chan-X-noupdate.crx b/builds/4chan-X-noupdate.crx
index ce5b5dab2..1958ea501 100644
Binary files a/builds/4chan-X-noupdate.crx and b/builds/4chan-X-noupdate.crx differ
diff --git a/builds/4chan-X-noupdate.user.js b/builds/4chan-X-noupdate.user.js
index 3741035c6..5e1783260 100644
--- a/builds/4chan-X-noupdate.user.js
+++ b/builds/4chan-X-noupdate.user.js
@@ -1,6 +1,6 @@
// ==UserScript==
// @name 4chan X
-// @version 1.13.6.0
+// @version 1.13.6.1
// @minGMVer 1.14
// @minFFVer 26
// @namespace 4chan-X
@@ -150,7 +150,7 @@ docSet = function() {
};
g = {
- VERSION: '1.13.6.0',
+ VERSION: '1.13.6.1',
NAMESPACE: '4chan X.',
boards: {}
};
@@ -23582,6 +23582,8 @@ QuoteYou = (function() {
init: function() {
var input, label, ref;
label = $.el('label', {
+ className: 'toggle-you'
+ }, {
innerHTML: " You"
});
input = $('input', label);
diff --git a/builds/4chan-X.crx b/builds/4chan-X.crx
index dfbd90ae3..f4114eead 100644
Binary files a/builds/4chan-X.crx and b/builds/4chan-X.crx differ
diff --git a/builds/4chan-X.meta.js b/builds/4chan-X.meta.js
index 32655e5ce..c115cbcc5 100644
--- a/builds/4chan-X.meta.js
+++ b/builds/4chan-X.meta.js
@@ -1,6 +1,6 @@
// ==UserScript==
// @name 4chan X
-// @version 1.13.6.0
+// @version 1.13.6.1
// @minGMVer 1.14
// @minFFVer 26
// @namespace 4chan-X
diff --git a/builds/4chan-X.user.js b/builds/4chan-X.user.js
index 3ee6a4818..aede788bf 100644
--- a/builds/4chan-X.user.js
+++ b/builds/4chan-X.user.js
@@ -1,6 +1,6 @@
// ==UserScript==
// @name 4chan X
-// @version 1.13.6.0
+// @version 1.13.6.1
// @minGMVer 1.14
// @minFFVer 26
// @namespace 4chan-X
@@ -150,7 +150,7 @@ docSet = function() {
};
g = {
- VERSION: '1.13.6.0',
+ VERSION: '1.13.6.1',
NAMESPACE: '4chan X.',
boards: {}
};
@@ -23582,6 +23582,8 @@ QuoteYou = (function() {
init: function() {
var input, label, ref;
label = $.el('label', {
+ className: 'toggle-you'
+ }, {
innerHTML: " You"
});
input = $('input', label);
diff --git a/builds/4chan-X.zip b/builds/4chan-X.zip
index 3e6de7a53..6a41decd4 100644
Binary files a/builds/4chan-X.zip and b/builds/4chan-X.zip differ
diff --git a/builds/updates-beta.xml b/builds/updates-beta.xml
index 3039fa424..4eb906913 100644
--- a/builds/updates-beta.xml
+++ b/builds/updates-beta.xml
@@ -1,7 +1,7 @@
-
+
diff --git a/builds/updates.xml b/builds/updates.xml
index 4b7d9d7da..2add9f99a 100644
--- a/builds/updates.xml
+++ b/builds/updates.xml
@@ -1,7 +1,7 @@
-
+
diff --git a/version.json b/version.json
index 3cf063211..c8ab602ac 100644
--- a/version.json
+++ b/version.json
@@ -1,4 +1,4 @@
{
- "version": "1.13.6.0",
- "date": "2017-01-30T02:34:11.336Z"
+ "version": "1.13.6.1",
+ "date": "2017-01-31T14:43:22.301Z"
}
\ No newline at end of file