Skip to content

Commit

Permalink
Merge pull request #66 from mountaindude/master
Browse files Browse the repository at this point in the history
3.0.4 RC2
  • Loading branch information
mountaindude authored Mar 6, 2020
2 parents c76d9f4 + 6d361ec commit 60191d4
Show file tree
Hide file tree
Showing 4 changed files with 31 additions and 31 deletions.
4 changes: 2 additions & 2 deletions .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ steps:
# auto_tag: true
tags:
- latest
- 'v3.0.3'
- '3.0.3'
- 'v3.0.4'
- '3.0.4'
when:
event:
- tag
Expand Down
2 changes: 1 addition & 1 deletion src/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
version: '3.3'
services:
butler:
image: ptarmiganlabs/butler:3.0.1
image: ptarmiganlabs/butler:3.0.4
container_name: butler
restart: always
ports:
Expand Down
54 changes: 27 additions & 27 deletions src/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 src/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "butler",
"version": "3.0.2",
"version": "3.0.4",
"description": "Microservice providing features that Qlik Sense or Qlikview cannot do out of the box.",
"docs": "node_modules/.bin/docco {mqtt,qrs}/{**/*,*} -l classic",
"dependencies": {
Expand Down

0 comments on commit 60191d4

Please sign in to comment.