From c68d0fdc6bf01714b139b90fa831e606d7c24e39 Mon Sep 17 00:00:00 2001 From: Dustin Carlino Date: Sun, 21 Mar 2021 11:47:54 -0700 Subject: [PATCH] new release --- README.md | 6 +++--- map_gui/src/tools/updater.rs | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 70a5ccd9e7..480fe51326 100644 --- a/README.md +++ b/README.md @@ -7,9 +7,9 @@ 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.35/abstreet_windows_v0_2_35.zip), - [Mac](https://github.com/a-b-street/abstreet/releases/download/v0.2.35/abstreet_mac_v0_2_35.zip), - [Linux](https://github.com/a-b-street/abstreet/releases/download/v0.2.35/abstreet_linux_v0_2_35.zip), + [Windows](https://github.com/a-b-street/abstreet/releases/download/v0.2.36/abstreet_windows_v0_2_36.zip), + [Mac](https://github.com/a-b-street/abstreet/releases/download/v0.2.36/abstreet_mac_v0_2_36.zip), + [Linux](https://github.com/a-b-street/abstreet/releases/download/v0.2.36/abstreet_linux_v0_2_36.zip), [FreeBSD](https://www.freshports.org/games/abstreet/), [your web browser](http://abstreet.s3-website.us-east-2.amazonaws.com/dev/game), or [read all instructions](https://a-b-street.github.io/docs/howto/index.html) diff --git a/map_gui/src/tools/updater.rs b/map_gui/src/tools/updater.rs index ef71d3a205..bd32ee78ce 100644 --- a/map_gui/src/tools/updater.rs +++ b/map_gui/src/tools/updater.rs @@ -13,7 +13,7 @@ use crate::tools::{ChooseSomething, PopupMsg}; use crate::AppLike; // Update this ___before___ pushing the commit with "[rebuild] [release]". -const NEXT_RELEASE: &str = "0.2.36"; +const NEXT_RELEASE: &str = "0.2.37"; pub struct Picker { panel: Panel,