Bläddra i källkod

chore: bump to different version actually

Sv443 5 månader sedan
förälder
incheckning
15debb578d
2 ändrade filer med 3 tillägg och 3 borttagningar
  1. 2 2
      changelog.md
  2. 1 1
      package.json

+ 2 - 2
changelog.md

@@ -1,8 +1,8 @@
 <!-- I messed up with the changelog parsing so this first split marker will just have to be here forever now -->
 <div class="split"></div>
 
-<!-- #region 2.1.1 -->
-## 2.1.1
+<!-- #region 2.2.0 -->
+## 2.2.0
 - **Fixes:**
   - Fixed changelog not updating on new releases and thus the update notification dialog would also show an outdated changelog
   - Fixed locale codes not using the correct format (`en_US` instead of the correct format `en-US`)

+ 1 - 1
package.json

@@ -1,7 +1,7 @@
 {
   "name": "betterytm",
   "userscriptName": "BetterYTM",
-  "version": "2.1.1",
+  "version": "2.2.0",
   "description": "Lots of configurable layout and user experience improvements for YouTube Music™ and YouTube™",
   "homepage": "https://github.com/Sv443/BetterYTM",
   "main": "./src/index.ts",