new release

This commit is contained in:
Dustin Carlino 2021-12-19 19:05:32 +00:00
parent 9ecbdfa47f
commit f2b3c4c433
2 changed files with 5 additions and 5 deletions

View File

@ -13,10 +13,10 @@ and educate the public about
The project works anywhere in the world, thanks to The project works anywhere in the world, thanks to
[OpenStreetMap](https://www.openstreetmap.org/about). [OpenStreetMap](https://www.openstreetmap.org/about).
- Run it on [your web browser](http://play.abstreet.org/0.3.3/abstreet.html), - Run it on [your web browser](http://play.abstreet.org/0.3.4/abstreet.html),
[Windows](https://github.com/a-b-street/abstreet/releases/download/v0.3.3/abstreet_windows_v0_3_3.zip), [Windows](https://github.com/a-b-street/abstreet/releases/download/v0.3.4/abstreet_windows_v0_3_4.zip),
[Mac](https://github.com/a-b-street/abstreet/releases/download/v0.3.3/abstreet_mac_v0_3_3.zip), [Mac](https://github.com/a-b-street/abstreet/releases/download/v0.3.4/abstreet_mac_v0_3_4.zip),
[Linux](https://github.com/a-b-street/abstreet/releases/download/v0.3.3/abstreet_linux_v0_3_3.zip), [Linux](https://github.com/a-b-street/abstreet/releases/download/v0.3.4/abstreet_linux_v0_3_4.zip),
[FreeBSD](https://www.freshports.org/games/abstreet/), or [FreeBSD](https://www.freshports.org/games/abstreet/), or
[read all instructions](https://a-b-street.github.io/docs/user/index.html) [read all instructions](https://a-b-street.github.io/docs/user/index.html)
- [build from source](https://a-b-street.github.io/docs/tech/dev/index.html) - [build from source](https://a-b-street.github.io/docs/tech/dev/index.html)

View File

@ -43,7 +43,7 @@ mod updater;
mod url; mod url;
// Update this ___before___ pushing the commit with "[rebuild] [release]". // Update this ___before___ pushing the commit with "[rebuild] [release]".
const NEXT_RELEASE: &str = "0.3.4"; const NEXT_RELEASE: &str = "0.3.5";
/// Returns the version of A/B Street to link to. When building for a release, this points to that /// Returns the version of A/B Street to link to. When building for a release, this points to that
/// new release. Otherwise it points to the current dev version. /// new release. Otherwise it points to the current dev version.