Skip to content

Commit fef9bb2

Browse files
committed
chore: Bump version of this template.
1 parent 323ad9a commit fef9bb2

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "userscript-typescript-template",
3-
"version": "1.1.0",
3+
"version": "1.1.1",
44
"description": "Template repo using Webpack and TypeScript to build your userscript for Tampermonkey and more extensions.",
55
"main": "userscript/index.user.js",
66
"scripts": {

userscript/index.user.js

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
// ==UserScript==
22
// @name userscript-typescript-template
3-
// @version 1.1.0
3+
// @version 1.1.1
44
// @namespace http://tampermonkey.net/
55
// @description Template repo using Webpack and TypeScript to build your userscript for Tampermonkey and more extensions.
66
// @homepage https://github.com/pboymt/userscript-typescript-template#readme
7+
// @license https://opensource.org/licenses/MIT
78
// @match https://github.com*
8-
// @require https://cdn.jsdelivr.net/npm/$axios@$0.27.2
9+
// @require https://cdn.jsdelivr.net/npm/[email protected]
910
// ==/UserScript==
1011

1112
/******/ (() => { // webpackBootstrap

0 commit comments

Comments
 (0)