Skip to content

Commit

Permalink
Merge pull request #125 from hibare/dev
Browse files Browse the repository at this point in the history
Move out of alpha
  • Loading branch information
hibare authored Dec 14, 2021
2 parents 4008004 + 868c338 commit 07eb31c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile.heroku
Original file line number Diff line number Diff line change
@@ -1 +1 @@
FROM hibare/moni:0.4.0-alpha
FROM hibare/moni:0.5.0
2 changes: 1 addition & 1 deletion backend/moni/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
__version__ = 'v0.4.0-alpha'
__version__ = 'v0.5.0'
VERSION = __version__ # synonym
TITLE = 'Moni'
2 changes: 1 addition & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "moni",
"version": "0.4.0-alpha",
"version": "0.5.0",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
Expand Down

0 comments on commit 07eb31c

Please sign in to comment.