mirror of
https://github.com/ankitects/anki.git
synced 2025-09-19 14:32:22 -04:00
bump version and urls
This commit is contained in:
parent
fc0ff95912
commit
d2375145ed
1 changed files with 4 additions and 3 deletions
|
@ -8,11 +8,12 @@ import anki.lang
|
|||
from anki.consts import HELP_SITE as appHelpSite
|
||||
from anki.hooks import runHook
|
||||
|
||||
appVersion="2.0-rc4"
|
||||
appVersion="2.0-rc5"
|
||||
appWebsite="http://ankisrs.net/"
|
||||
appChanges="http://ankisrs.net/docs/dev/changes.html"
|
||||
appChanges="http://ankisrs.net/docs/changes.html"
|
||||
appDonate="http://ankisrs.net/support/"
|
||||
appShared="http://beta.ankiweb.net/shared/"
|
||||
appShared="https://ankiweb.net/shared/"
|
||||
appUpdate="https://ankiweb.net/update/desktop"
|
||||
mw = None # set on init
|
||||
|
||||
moduleDir = os.path.split(os.path.dirname(os.path.abspath(__file__)))[0]
|
||||
|
|
Loading…
Reference in a new issue