From 1b4741a648472004ee39819377280f92f190952e Mon Sep 17 00:00:00 2001 From: Mulverine Date: Sun, 22 Jan 2023 16:35:48 -0700 Subject: [PATCH] Bumped version --- README.md | 10 +++++----- package.json | 22 ++++++++++++++++------ 2 files changed, 21 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index 798a01cb..2d3ce201 100644 --- a/README.md +++ b/README.md @@ -2,8 +2,8 @@ # Sandstone -![GitHub](https://img.shields.io/github/license/TheMrZZ/sandstone) -![GitHub last commit](https://img.shields.io/github/last-commit/TheMrZZ/sandstone?color=blue) +![GitHub](https://img.shields.io/github/license/sandstone-mc/sandstone) +![GitHub last commit](https://img.shields.io/github/last-commit/sandstone-mc/sandstone?color=blue) ![Version](https://img.shields.io/badge/version-alpha-success) ![Discord](https://img.shields.io/discord/800035701243772969?color=%237289DA&label=discord) @@ -21,7 +21,7 @@ Sandstone tells you what a command expects, and autocompletes complicated argume You don't need to remember commands syntax anymore. -![autocomplete](https://raw.githubusercontent.com/TheMrZZ/sandstone/4d3d74210b74ccf0bb807b90c35c1920ce1aa44a/docs/readme/autocomplete.gif) +![autocomplete](https://raw.githubusercontent.com/sandstone-mc/sandstone/4d3d74210b74ccf0bb807b90c35c1920ce1aa44a/docs/readme/autocomplete.gif) This autocompletion works for all resources: commands, predicates, loot tables, advancements... @@ -51,8 +51,8 @@ You can finally stop reinventing the wheel. If you want to support Sandstone, the simplest way is to star the repository! It's actually very encouraging. -[![GitHub Repo stars](https://img.shields.io/github/stars/TheMrZZ/sandstone?style=social)](https://github.com/TheMrZZ/sandstone/blob/master/README.md) +[![GitHub Repo stars](https://img.shields.io/github/stars/sandstone-mc/sandstone?style=social)](https://github.com/sandstone-mc/sandstone/blob/master/README.md) # Getting started -See the [Getting Started](https://www.sandstone.dev/docs/) section on [sandstone.dev](https://www.sandstone.dev/) to start using Sandstone! +See the [Getting Started](https://sandstone-documentation.vercel.app/docs) section on [sandstone-documentation.vercel.app](https://sandstone-documentation.vercel.app/) to start using Sandstone! diff --git a/package.json b/package.json index 393a41bb..a99ca09a 100644 --- a/package.json +++ b/package.json @@ -1,10 +1,20 @@ { "name": "sandstone", "description": "Sandstone, a Typescript library for Minecraft datapacks.", - "version": "0.14.0-alpha.10", - "author": "TheMrZZ - Florian ERNST", + "version": "0.14.0-alpha.11", + "contributors": [ + { + "name": "TheMrZZ - Florian ERNST", + "url": "https://github.com/TheMrZZ" + }, + { + "email": "mulverin3@gmail.com", + "name": "MulverineX", + "url": "https://github.com/MulverineX" + } + ], "bugs": { - "url": "https://github.com/TheMrZZ/sandstone/issues" + "url": "https://github.com/sandstone-mc/sandstone/issues" }, "dependencies": { "chalk": "^4.1.1", @@ -43,7 +53,7 @@ "engines": { "node": ">=12.22.3" }, - "homepage": "https://sandstone.dev", + "homepage": "https://sandstone-documentation.vercel.app/", "keywords": [ "autocompletion", "creator", @@ -60,7 +70,7 @@ "private": false, "repository": { "type": "git", - "url": "git+https://github.com/TheMrZZ/sandstone.git" + "url": "git+https://github.com/sandstone-mc/sandstone.git" }, "scripts": { "build": "tsc --noEmit && node scripts/clean.js && npm run fast-build", @@ -71,4 +81,4 @@ "format": "eslint src --cache --fix --quiet" }, "types": "dist/src/index.d.ts" -} \ No newline at end of file +}