From 006b6d3a2489c6c5825b4271cf950c1fbf703abc Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Tue, 7 Mar 2017 11:11:01 +0100 Subject: Update name and version --- Makefile | 2 +- README.md | 2 +- extension/install.rdf | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Makefile b/Makefile index d952198..5b5682b 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ SRC := ./extension DIST := ./dist ZIP := $(shell which zip) -PACKAGE_NAME := nextcloud-spreed-screensharing +PACKAGE_NAME := nextcloud-video-calls-screensharing PACKAGE_VERSION := $(shell echo `sed -rn -e 's/(.*)<\/em:version>/\1/p' $(SRC)/install.rdf` | sed -rn -e 's/^ *//p') build: diff --git a/README.md b/README.md index a2fe739..d7cd55f 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Firefox addon to support screensharing in the Nextcloud Spreed app +# Firefox addon to support screensharing in the Nextcloud [Video calls](https://github.com/nextcloud/spreed) app ## Installation diff --git a/extension/install.rdf b/extension/install.rdf index e5d3bb2..c70fb5e 100644 --- a/extension/install.rdf +++ b/extension/install.rdf @@ -4,7 +4,7 @@ spreed-screensharing@nextcloud.com - 0.0.1 + 1.0.0 2 true @@ -17,8 +17,8 @@ - Nextcloud Screensharing - Screensharing utility for the Nextcloud Spreed app. + Screensharing for Nextcloud Video calls app + Screensharing utility for the Nextcloud Video calls app. Nextcloud Joachim Bauch https://nextcloud.com -- cgit v1.2.3