Skip to content

Commit

Permalink
feat: updated Mauga data and added preemptive support for Venture
Browse files Browse the repository at this point in the history
  • Loading branch information
TeKrop committed Nov 5, 2023
1 parent eac6127 commit 810e617
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion app/data/heroes.csv
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ junkrat,Junkrat,damage,200,0,0
kiriko,Kiriko,support,200,0,0
lifeweaver,Lifeweaver,support,175,0,50
lucio,Lúcio,support,200,0,0
mauga,Mauga,tank,500,0,0
mauga,Mauga,tank,650,0,0
mei,Mei,damage,250,0,0
mercy,Mercy,support,200,0,0
moira,Moira,support,200,0,0
Expand All @@ -33,6 +33,7 @@ sombra,Sombra,damage,200,0,0
symmetra,Symmetra,damage,100,0,100
torbjorn,Torbjörn,damage,200,50,0
tracer,Tracer,damage,150,0,0
venture,Venture,damage,200,0,0
widowmaker,Widowmaker,damage,175,0,0
winston,Winston,tank,350,200,0
wrecking-ball,Wrecking Ball,tank,450,100,150
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "overfast-api"
version = "2.22.0"
version = "2.22.1"
description = "Overwatch API giving data about heroes, maps, and players statistics."
license = "MIT"
authors = ["Valentin PORCHET <valentin.porchet@proton.me>"]
Expand Down

0 comments on commit 810e617

Please sign in to comment.