new release, mid-week

This commit is contained in:
Dustin Carlino 2021-07-14 09:37:31 -07:00
parent 149df630d4
commit 65c5b17002
2 changed files with 5 additions and 5 deletions

View File

@ -7,11 +7,11 @@ pedestrians. It works anywhere in the world, thanks to
[OpenStreetMap](https://www.openstreetmap.org/about).
- Play on
[Windows](https://github.com/a-b-street/abstreet/releases/download/v0.2.50/abstreet_windows_v0_2_50.zip),
[Mac](https://github.com/a-b-street/abstreet/releases/download/v0.2.50/abstreet_mac_v0_2_50.zip),
[Linux](https://github.com/a-b-street/abstreet/releases/download/v0.2.50/abstreet_linux_v0_2_50.zip),
[Windows](https://github.com/a-b-street/abstreet/releases/download/v0.2.51/abstreet_windows_v0_2_51.zip),
[Mac](https://github.com/a-b-street/abstreet/releases/download/v0.2.51/abstreet_mac_v0_2_51.zip),
[Linux](https://github.com/a-b-street/abstreet/releases/download/v0.2.51/abstreet_linux_v0_2_51.zip),
[FreeBSD](https://www.freshports.org/games/abstreet/),
[your web browser](http://abstreet.s3-website.us-east-2.amazonaws.com/0.2.50/abstreet.html),
[your web browser](http://abstreet.s3-website.us-east-2.amazonaws.com/0.2.51/abstreet.html),
or [read all instructions](https://a-b-street.github.io/docs/user/index.html)
(new releases every Sunday)
- [build from source](https://a-b-street.github.io/docs/tech/dev/index.html)

View File

@ -11,7 +11,7 @@ use crate::tools::{ChooseSomething, PopupMsg};
use crate::AppLike;
// Update this ___before___ pushing the commit with "[rebuild] [release]".
const NEXT_RELEASE: &str = "0.2.51";
const NEXT_RELEASE: &str = "0.2.52";
// For each city, how many total bytes do the runtime files cost to download?