Skip to content

Commit

Permalink
1.156.2019.06
Browse files Browse the repository at this point in the history
  • Loading branch information
lahgolz committed Jun 14, 2019
1 parent 8a78421 commit 2afd605
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
1.156.2019.06
- Remove old Holiday palette from ANBT roulette
- Add support for the new palette: Neapolitan

1.155.2019.05
- Fix Javascript URL in README.md
- Fix "favorite" button with gold account
Expand Down
8 changes: 4 additions & 4 deletions drawception-anbt.user.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// @name Drawception ANBT
// @author Grom PE
// @namespace http://grompe.org.ru/
// @version 1.155.2019.05
// @version 1.156.2019.06
// @description Enhancement script for Drawception.com - Artists Need Better Tools
// @downloadURL https://raw.github.com/EnderDragonneau/Drawception-ANBT/master/drawception-anbt.user.js
// @match http://drawception.com/*
Expand All @@ -12,9 +12,9 @@
// @license Public domain
// ==/UserScript==
const wrapped = () => {
const SCRIPT_VERSION = '1.155.2019.05'
const NEWCANVAS_VERSION = 52 // Increase to update the cached canvas
const SITE_VERSION = '072257a0' // Last seen site version
const SCRIPT_VERSION = '1.156.2019.06'
const NEWCANVAS_VERSION = 53 // Increase to update the cached canvas
const SITE_VERSION = 'f6b35cce' // Last seen site version

// == DEFAULT OPTIONS ==

Expand Down

0 comments on commit 2afd605

Please sign in to comment.