Skip to content

Commit

Permalink
Bump version to v0.3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
mason1900 committed Nov 26, 2020
1 parent 65caf15 commit 42d463f
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
5 changes: 4 additions & 1 deletion .dockerignore
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,7 @@ sqlite/*
# Node modules
node_modules

*.md
*.md

# Storage
VoiceWork
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ services:
- ./sqlite:/usr/src/kikoeru/sqlite
- ./covers:/usr/src/kikoeru/covers
- ./config:/usr/src/kikoeru/config
image: 'muveex/kikoeru:v0.3.5'
image: 'muveex/kikoeru:v0.3.6'
init: true

2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "kikoeru-express",
"version": "0.3.5",
"version": "0.3.6",
"description": "server",
"bin": "app.js",
"pkg": {
Expand Down

0 comments on commit 42d463f

Please sign in to comment.