From 3cdee1d9b36998eb8ed47097ef639702bb270498 Mon Sep 17 00:00:00 2001 From: Julien Maille Date: Wed, 29 Sep 2021 13:32:09 +0200 Subject: [PATCH] 2.0 --- dribbblish-dynamic.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dribbblish-dynamic.js b/dribbblish-dynamic.js index fe4a4e9..cc941b6 100644 --- a/dribbblish-dynamic.js +++ b/dribbblish-dynamic.js @@ -1,4 +1,4 @@ -let current = '1.9' +let current = '2.0' /* css is injected so this works with untouched user.css from Dribbblish */ /* dark theme */ @@ -313,7 +313,7 @@ hookCoverChange(false); upd = document.createElement("div") upd.classList.add("ellipsis-one-line", "main-type-finale") document.querySelector(".main-userWidget-box").append(upd) - upd.append(`NEW v${data.tag_name} available`) + upd.append(`Theme UPD v${data.tag_name} avail.`) upd.setAttribute("title", `Changes: ${data.name}`) } }).catch(err => {