mirror of
https://github.com/a-b-street/abstreet.git
synced 2024-11-24 09:24:26 +03:00
new release
This commit is contained in:
parent
6dcf417cd0
commit
28f7d217bb
@ -7,11 +7,11 @@ pedestrians. It works anywhere in the world, thanks to
|
|||||||
[OpenStreetMap](https://www.openstreetmap.org/about).
|
[OpenStreetMap](https://www.openstreetmap.org/about).
|
||||||
|
|
||||||
- Play on
|
- Play on
|
||||||
[Windows](https://github.com/a-b-street/abstreet/releases/download/v0.2.56/abstreet_windows_v0_2_56.zip),
|
[Windows](https://github.com/a-b-street/abstreet/releases/download/v0.2.57/abstreet_windows_v0_2_57.zip),
|
||||||
[Mac](https://github.com/a-b-street/abstreet/releases/download/v0.2.56/abstreet_mac_v0_2_56.zip),
|
[Mac](https://github.com/a-b-street/abstreet/releases/download/v0.2.57/abstreet_mac_v0_2_57.zip),
|
||||||
[Linux](https://github.com/a-b-street/abstreet/releases/download/v0.2.56/abstreet_linux_v0_2_56.zip),
|
[Linux](https://github.com/a-b-street/abstreet/releases/download/v0.2.57/abstreet_linux_v0_2_57.zip),
|
||||||
[FreeBSD](https://www.freshports.org/games/abstreet/),
|
[FreeBSD](https://www.freshports.org/games/abstreet/),
|
||||||
[your web browser](http://abstreet.s3-website.us-east-2.amazonaws.com/0.2.56/abstreet.html),
|
[your web browser](http://abstreet.s3-website.us-east-2.amazonaws.com/0.2.57/abstreet.html),
|
||||||
or [read all instructions](https://a-b-street.github.io/docs/user/index.html)
|
or [read all instructions](https://a-b-street.github.io/docs/user/index.html)
|
||||||
(new releases every Sunday)
|
(new releases every Sunday)
|
||||||
- [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)
|
||||||
|
@ -11,7 +11,7 @@ use crate::tools::{ChooseSomething, PopupMsg};
|
|||||||
use crate::AppLike;
|
use crate::AppLike;
|
||||||
|
|
||||||
// Update this ___before___ pushing the commit with "[rebuild] [release]".
|
// Update this ___before___ pushing the commit with "[rebuild] [release]".
|
||||||
const NEXT_RELEASE: &str = "0.2.57";
|
const NEXT_RELEASE: &str = "0.2.58";
|
||||||
|
|
||||||
// For each city, how many total bytes do the runtime files cost to download?
|
// For each city, how many total bytes do the runtime files cost to download?
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user