Skip to content

Commit

Permalink
Merge pull request #133 from hibare/dev
Browse files Browse the repository at this point in the history
Prep version v0.5.2
  • Loading branch information
hibare authored Dec 25, 2021
2 parents 9228683 + d69f121 commit eb7885a
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.5.0
FROM hibare/moni:latest
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.5.0'
__version__ = 'v0.5.2'
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.5.0",
"version": "0.5.2",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
Expand Down

0 comments on commit eb7885a

Please sign in to comment.