Skip to content
This repository has been archived by the owner on Aug 12, 2021. It is now read-only.

Commit

Permalink
Bump to version 0.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
floriandejonckheere committed Feb 5, 2021
1 parent f1df75f commit 646f753
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/headbanger/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ module Headbanger
module Version
MAJOR = 0
MINOR = 9
PATCH = 1
PATCH = 2
PRE = nil

VERSION = [MAJOR, MINOR, PATCH].compact.join(".")
Expand Down
2 changes: 1 addition & 1 deletion web/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "headbanger",
"version": "0.9.1",
"version": "0.9.2",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
Expand Down

0 comments on commit 646f753

Please sign in to comment.