Skip to content

Commit

Permalink
Update Elite Insights Parser to v2.66.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
progamesigner committed Mar 25, 2024
1 parent 99d654a commit 5eabd5b
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@

...

## [0.8.96] - 2024-03-25
### Changed
- Update Elite Insights Parser to v2.66.0.1

## [0.8.95] - 2024-03-25
### Changed
- Update Elite Insights Parser to v2.66.0.0
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "gw2-dps-report"
version = "0.8.95"
version = "0.8.96"
authors = ["Yang Sheng Han <progamesigner@gmail.com>"]
edition = "2021"

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ RUN apk update && \

FROM alpine AS parser

ARG ELITE_INSIGHTS_VERSION=v2.66.0.0
ARG ELITE_INSIGHTS_VERSION=v2.66.0.1

RUN apk update && \
apk add --no-cache \
Expand Down

0 comments on commit 5eabd5b

Please sign in to comment.