Skip to content

Commit

Permalink
Merge pull request #239 from 3pillarlabs/feature/132-jmeter-remove-di…
Browse files Browse the repository at this point in the history
…sable

Update version for modified components
  • Loading branch information
sayantam authored Apr 26, 2021
2 parents b93d064 + 6f7988f commit 79b71ad
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: '3.2'
services:
web:
image: "hailstorm3/hailstorm-web-client:1.7.10"
image: "hailstorm3/hailstorm-web-client:1.8.10"
ports:
- "8080:80"
networks:
Expand All @@ -22,7 +22,7 @@ services:
- "start.sh"

hailstorm-api:
image: "hailstorm3/hailstorm-api:1.0.17"
image: "hailstorm3/hailstorm-api:1.0.18"
ports:
- "4567:8080"
environment:
Expand Down
2 changes: 1 addition & 1 deletion hailstorm-api/app/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
# Version
module Hailstorm
module Api
VERSION = '1.0.17'
VERSION = '1.0.18'
end
end
2 changes: 1 addition & 1 deletion hailstorm-web-client/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 hailstorm-web-client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hailstorm-web-client",
"version": "1.7.10",
"version": "1.8.10",
"private": true,
"dependencies": {
"date-fns": "^2.6.0",
Expand Down

0 comments on commit 79b71ad

Please sign in to comment.