Skip to content

Commit

Permalink
✅ v1.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
devmount committed Feb 23, 2020
1 parent fc2caa2 commit 3a0daf8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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.

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "songdrive",
"version": "1.1.2",
"version": "1.1.3",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
Expand Down

0 comments on commit 3a0daf8

Please sign in to comment.