diff --git a/.github/README.md b/.github/README.md index c1d9262..8080843 100644 --- a/.github/README.md +++ b/.github/README.md @@ -1,5 +1,5 @@
-

ass

+

ass

![GitHub package.json version] @@ -15,9 +15,11 @@ By default, ass comes with a resource viewing page, which includes metadata abou ### Notice (Sep 2023) -The current release version 0.14.4 is now in "maintenence mode". What this means is I'll only be providing updates to catastrophic issues. However! I'm currently working on [a new version](https://github.com/tycrek/ass/pull/220), 0.15.0, which is a lot more stable and organized. I have no ETA but please know that I'm continuing to work on it when I can. Version 0.14.4 is still functional, just a bit rough around the edges. +The current release version 0.14.x is now in **maintenence mode**. What this means is I'll only be providing updates to catastrophic issues. -#### Developers ❤ +However! I'm currently working on [a new version](https://github.com/tycrek/ass/pull/220), 0.15.0, which is a lot more stable and organized. I have no ETA but please know that I'm continuing to work on it when I can. Version 0.14.x is still functional, just a bit rough around the edges. + +#### Developers 🧡 ass was designed with developers in mind. If you are a developer & want something changed to better suit you, let me know & we'll see what we can do! diff --git a/package-lock.json b/package-lock.json index ce0740b..58bac97 100755 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "ass", - "version": "0.14.5", + "version": "0.14.6", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "ass", - "version": "0.14.5", + "version": "0.14.6", "license": "ISC", "dependencies": { "@tinycreek/postcss-font-magician": "^4.1.0", diff --git a/package.json b/package.json index 2005a43..4fbdbaa 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ass", - "version": "0.14.5", + "version": "0.14.6", "description": "The simple self-hosted ShareX server", "main": "ass.js", "engines": {