From 3a0daf839c37301687f5f0333a5bd96212313331 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Sun, 23 Feb 2020 20:07:12 +0100 Subject: [PATCH] =?UTF-8?q?=E2=9C=85=20v1.1.3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/CONTRIBUTING.md | 1 + README.md | 2 +- package.json | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index 51dc0731..0775ee66 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -38,6 +38,7 @@ Simply fill in [the required template](PULL_REQUEST_TEMPLATE.md). Please do not - :scroll: `:scroll:` when updating docs or readme - :key: `:key:` when dealing with security - :repeat: `:repeat:` when updating dependencies or data + - :white_check_mark: `:white_check_mark:` when a new release was built - :shirt: `:shirt:` when refactoring or removing linter warnings - :x: `:x:` when removing code or files diff --git a/README.md b/README.md index b642890b..88c6383a 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # SongDrive -[![pre-release](https://img.shields.io/badge/release-v1.1.2-88b544.svg?style=flat-square)](https://github.com/devmount/SongDrive) [![license](https://img.shields.io/badge/license-MIT-88b544.svg?style=flat-square)](./LICENSE) [![contributions welcome](https://img.shields.io/badge/PRs-welcome-88b544.svg?style=flat-square)](./.github/CONTRIBUTING.md) +[![pre-release](https://img.shields.io/badge/release-v1.1.3-88b544.svg?style=flat-square)](https://github.com/devmount/SongDrive) [![license](https://img.shields.io/badge/license-MIT-88b544.svg?style=flat-square)](./LICENSE) [![contributions welcome](https://img.shields.io/badge/PRs-welcome-88b544.svg?style=flat-square)](./.github/CONTRIBUTING.md) A song management web application to store, synchronize and present songs and setlists, based on [Vue.js](//vuejs.org/), [Firebase](//firebase.google.com/) and [Spectre.css](//github.com/picturepan2/spectre). Head over to [the docs](https://devmount.github.io/SongDrive) for more information. diff --git a/package.json b/package.json index 1926a3cb..c24cd88f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "songdrive", - "version": "1.1.2", + "version": "1.1.3", "private": true, "scripts": { "serve": "vue-cli-service serve",