Skip to content

Commit

Permalink
Merge pull request #97 from hibare/dev
Browse files Browse the repository at this point in the history
Prep version v0.3.8-alpha
  • Loading branch information
hibare authored Dec 5, 2021
2 parents ac427a4 + 1efef10 commit 0ce0d91
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.3.7-alpha
FROM hibare/moni:0.3.8-alpha
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.3.7-alpha'
__version__ = 'v0.3.8-alpha'
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.1.0",
"version": "0.3.8-alpha",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
Expand Down

0 comments on commit 0ce0d91

Please sign in to comment.