[release.py] Minor style fix
This commit is contained in:
parent
47d0f097ef
commit
a6f9ad227e
@ -62,7 +62,7 @@ update_file('src/afch.js',
|
||||
r'AFCH\.consts\.version = .*?;',"AFCH.consts.version = '{}';".format(version))
|
||||
|
||||
update_file('src/afch.js',
|
||||
r'AFCH\.consts\.versionName = .*?;',"AFCH.consts.versionName = '{}';".format(version_name))
|
||||
r'AFCH\.consts\.versionName = .*?;',"AFCH.consts.versionName = '{}';".format(version_name))
|
||||
|
||||
# Update README.md
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user