File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -13,10 +13,10 @@ and educate the public about
1313The project works anywhere in the world, thanks to
1414[ OpenStreetMap] ( https://www.openstreetmap.org/about ) .
1515
16- - Run it on [ your web browser] ( http://play.abstreet.org/0.3.4 /abstreet.html ) ,
17- [ Windows] ( https://github.com/a-b-street/abstreet/releases/download/v0.3.4/abstreet_windows_v0_3_4 .zip ) ,
18- [ Mac] ( https://github.com/a-b-street/abstreet/releases/download/v0.3.4/abstreet_mac_v0_3_4 .zip ) ,
19- [ Linux] ( https://github.com/a-b-street/abstreet/releases/download/v0.3.4/abstreet_linux_v0_3_4 .zip ) ,
16+ - Run it on [ your web browser] ( http://play.abstreet.org/0.3.5 /abstreet.html ) ,
17+ [ Windows] ( https://github.com/a-b-street/abstreet/releases/download/v0.3.5/abstreet_windows_v0_3_5 .zip ) ,
18+ [ Mac] ( https://github.com/a-b-street/abstreet/releases/download/v0.3.5/abstreet_mac_v0_3_5 .zip ) ,
19+ [ Linux] ( https://github.com/a-b-street/abstreet/releases/download/v0.3.5/abstreet_linux_v0_3_5 .zip ) ,
2020 [ FreeBSD] ( https://www.freshports.org/games/abstreet/ ) , or
2121 [ read all instructions] ( https://a-b-street.github.io/docs/user/index.html )
2222- [ build from source] ( https://a-b-street.github.io/docs/tech/dev/index.html )
Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ mod updater;
4343mod url;
4444
4545// Update this ___before___ pushing the commit with "[rebuild] [release]".
46- const NEXT_RELEASE : & str = "0.3.5 " ;
46+ const NEXT_RELEASE : & str = "0.3.6 " ;
4747
4848/// Returns the version of A/B Street to link to. When building for a release, this points to that
4949/// new release. Otherwise it points to the current dev version.
You can’t perform that action at this time.
0 commit comments