Skip to content

Commit

Permalink
v1.19.1 add Sora to ult_chars
Browse files Browse the repository at this point in the history
  • Loading branch information
NikhilNarayana committed Oct 5, 2021
1 parent 3bf73da commit f764859
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion meleeuploader/consts.py
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@
'Corrin', 'Bayonetta', 'Inkling', 'Ridley', 'Simon', 'Richter',
'King K. Rool', 'Isabelle', 'Incineroar', 'Piranha Plant',
'Joker', 'Hero', 'Banjo & Kazooie', 'Terry Bogard', 'Byleth',
'Min Min', 'Steve', 'Sephiroth', 'Pyra', 'Mythra', 'Kazuya')
'Min Min', 'Steve', 'Sephiroth', 'Pyra', 'Mythra', 'Kazuya', 'Sora')

melee_chars = ('Fox', 'Marth', 'Jigglypuff', 'Falco', 'Sheik', 'Captain Falcon',
'Peach', 'Ice Climbers', 'Pikachu', 'Yoshi',
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
from os import path

here = path.abspath(path.dirname(__file__))
version = '1.19.0'
version = '1.19.1'

long_des = ""
with open(path.join(here, 'README.md')) as f:
Expand Down

0 comments on commit f764859

Please sign in to comment.