From 471a01da850096c362108be897dc971fc8d06141 Mon Sep 17 00:00:00 2001 From: Josh Moore Date: Wed, 11 Oct 2023 21:57:25 -0600 Subject: [PATCH] =?UTF-8?q?=F0=9F=8D=91=200.14.6=20=F0=9F=8D=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/README.md | 8 +++++--- package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 8 insertions(+), 6 deletions(-) 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": {