Skip to content

Commit

Permalink
chore: Bump version of this template.
Browse files Browse the repository at this point in the history
  • Loading branch information
pboymt committed Apr 19, 2023
1 parent 323ad9a commit fef9bb2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "userscript-typescript-template",
"version": "1.1.0",
"version": "1.1.1",
"description": "Template repo using Webpack and TypeScript to build your userscript for Tampermonkey and more extensions.",
"main": "userscript/index.user.js",
"scripts": {
Expand Down
5 changes: 3 additions & 2 deletions userscript/index.user.js
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
// ==UserScript==
// @name userscript-typescript-template
// @version 1.1.0
// @version 1.1.1
// @namespace http://tampermonkey.net/
// @description Template repo using Webpack and TypeScript to build your userscript for Tampermonkey and more extensions.
// @homepage https://github.com/pboymt/userscript-typescript-template#readme
// @license https://opensource.org/licenses/MIT
// @match https://github.com*
// @require https://cdn.jsdelivr.net/npm/$axios@$0.27.2
// @require https://cdn.jsdelivr.net/npm/[email protected]
// ==/UserScript==

/******/ (() => { // webpackBootstrap
Expand Down

0 comments on commit fef9bb2

Please sign in to comment.