Skip to content

Commit

Permalink
Release v1.4.8
Browse files Browse the repository at this point in the history
  • Loading branch information
Xi-Plus committed Apr 29, 2023
1 parent 2a6936d commit a9fac57
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "unblock-zh-helper-gmail",
"version": "1.4.7",
"version": "1.4.8",
"description": "Gmail Add-On for zhwiki admins to process account and IPBE requests",
"scripts": {
"lint": "eslint -c .eslintrc.json src/*.js",
Expand Down
2 changes: 1 addition & 1 deletion src/gmail.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
var SUMMARY_SUFFIX = ' #UZHG v1.4.7';
var SUMMARY_SUFFIX = ' #UZHG v1.4.8';
var SERVICE_SCOPE_REQUESTS = 'basic highvolume editpage editprotected createeditmovepage createaccount createlocalaccount';
var COLOR_ENABLED = '#039BE5';
var COLOR_DISABLED = '#9E9E9E';
Expand Down

0 comments on commit a9fac57

Please sign in to comment.