From 47dfbdea31842c8b490111af84817a952e738724 Mon Sep 17 00:00:00 2001 From: matty Date: Tue, 12 Dec 2023 20:27:33 -0500 Subject: [PATCH] fix readme, bump version --- README.md | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1d713ee..648ba38 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ This plugin allow you to sell storage space to your users using Stripe subscript Payments are automated with Stripe. ## Getting Started -This is the NCD fork of the [ncd-sell-storage](https://git.ncd-serv.fr/ncd/Peertube-plugins/src/branch/master/peertube-plugin-ncd-sell-storage) PeerTube plugin. This fork at inception allows you to add five packages rather than the original three. Everything else is pretty much left as-is, unless I decide to work on it more. +This is the NCD fork of the [peertube-plugin-orion-sell-storage](https://git.ncd-serv.fr/ncd/Peertube-plugins/src/branch/master/peertube-plugin-ncd-sell-storage) PeerTube plugin. This fork at inception allows you to add five packages rather than the original three. Everything else is pretty much left as-is, unless I decide to work on it more. Check [Prerequisites](#Prerequisites) to install this plugin ### Prerequisites diff --git a/package.json b/package.json index 259dc8a..f60a058 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "peertube-plugin-ncd-sell-storage", "description": "NCD fork of the peertube-plugin-orion-sell-storage to sell storage to users using Stripe", - "version": "1.0.4", + "version": "1.0.5", "author": "matty", "bugs": { "url": "https://gitea.nicecrew.digital/matty/peertube-plugin-ncd-sell-storage"