diff --git a/README.md b/README.md index 329ea69172..a5e0ad8e51 100644 --- a/README.md +++ b/README.md @@ -7,11 +7,11 @@ users, and 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.41/abstreet_windows_v0_2_41.zip), - [Mac](https://github.com/a-b-street/abstreet/releases/download/v0.2.41/abstreet_mac_v0_2_41.zip), - [Linux](https://github.com/a-b-street/abstreet/releases/download/v0.2.41/abstreet_linux_v0_2_41.zip), + [Windows](https://github.com/a-b-street/abstreet/releases/download/v0.2.42/abstreet_windows_v0_2_42.zip), + [Mac](https://github.com/a-b-street/abstreet/releases/download/v0.2.42/abstreet_mac_v0_2_42.zip), + [Linux](https://github.com/a-b-street/abstreet/releases/download/v0.2.42/abstreet_linux_v0_2_42.zip), [FreeBSD](https://www.freshports.org/games/abstreet/), - [your web browser](http://abstreet.s3-website.us-east-2.amazonaws.com/0.2.41/abstreet.html), + [your web browser](http://abstreet.s3-website.us-east-2.amazonaws.com/0.2.42/abstreet.html), or [read all instructions](https://a-b-street.github.io/docs/howto/index.html) (new releases every Sunday) - [build from source](https://a-b-street.github.io/docs/dev/index.html) (new diff --git a/map_gui/src/tools/updater.rs b/map_gui/src/tools/updater.rs index ab9c4113b1..3d26177920 100644 --- a/map_gui/src/tools/updater.rs +++ b/map_gui/src/tools/updater.rs @@ -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.42"; +const NEXT_RELEASE: &str = "0.2.43"; // For each city, how many total bytes do the runtime files cost to download?