Skip to content
This repository has been archived by the owner on Oct 13, 2023. It is now read-only.

Commit

Permalink
v1.9.0: replace "donate" by sponsor message
Browse files Browse the repository at this point in the history
  • Loading branch information
adrienjoly committed Jul 3, 2018
1 parent b3d4951 commit dbcb22f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@
"content_security_policy": "script-src 'self' https://ssl.google-analytics.com; object-src 'self'",
"name": "Next Step for Trello",
"short_name": "Next Step",
"version": "1.8.20"
"version": "1.9.0"
}
2 changes: 1 addition & 1 deletion next-step-for-trello.user.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// ==UserScript==
// @name Next Step for Trello
// @version 1.8.20
// @version 1.9.0
// @homepage https://adrienjoly.com/chrome-next-step-for-trello
// @description Check tasks directly from your Trello boards.
// @match https://trello.com/*
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "chrome-next-step-for-trello",
"version": "1.8.20",
"version": "1.9.0",
"description": "Google Chrome extension to check tasks directly from your Trello boards.",
"main": "next-step-for-trello.user.js",
"directories": {
Expand Down

0 comments on commit dbcb22f

Please sign in to comment.