From bfe002588edcb3f2d0e82d2348c4912dcc5f298b Mon Sep 17 00:00:00 2001 From: Simon Jackson Date: Fri, 28 Oct 2022 14:42:00 +0100 Subject: [PATCH] Release V1.0.0 --- README.md | 2 ++ package.json | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7c536cd..71ca23b 100644 --- a/README.md +++ b/README.md @@ -49,6 +49,8 @@ The service framework has been the foundation behind such toolkits as Microsoft' * A platform independent input system - A single service able to route input data from multiple controllers on various platforms, each controller only activates on the platform it was designed for. * An Authentication service - Able to integrate with multiple authentication providers as needed through a single interface. * A networking service - Utilising multiple endpoints for Lobbys, communication routes and data sharing. +* [QR Code service to read QR Codes](https://localjoost.github.io/MRTK2-to-MRTK3-migrating-the-QRCode-sample/) (by Joost van Schaik) +* A Leaderboard management service The possibilities are almost endless. diff --git a/package.json b/package.json index 4f5979d..00c6c3b 100644 --- a/package.json +++ b/package.json @@ -8,11 +8,11 @@ "Services", "Extensions" ], - "version": "1.0.0-preview.12", + "version": "1.0.0", "unity": "2020.3", "homepage": "https://realitycollective.io", "bugs": { - "url": "https://github.com/realitycollective/realitytoolkit.dev/issues" + "url": "https://github.com/realitycollective/com.realitycollective.service-framework/issues" }, "license": "MIT", "repository": {