From 1ad94007ece184195bb044310bbcc621e49841e3 Mon Sep 17 00:00:00 2001 From: Dustin Carlino Date: Wed, 30 Aug 2023 16:53:12 +0100 Subject: [PATCH] new release (0.3.46 re-release, technically) --- README.md | 8 ++++---- map_gui/src/tools/mod.rs | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index e80aeed804..b1be8f91db 100644 --- a/README.md +++ b/README.md @@ -16,10 +16,10 @@ and educate the public about The project works anywhere in the world, thanks to [OpenStreetMap](https://www.openstreetmap.org/about). -- Run it on [your web browser](https://play.abstreet.org/0.3.45/abstreet.html), - [Windows](https://github.com/a-b-street/abstreet/releases/download/v0.3.45/abstreet_windows_v0_3_45.zip), - [Mac](https://github.com/a-b-street/abstreet/releases/download/v0.3.45/abstreet_mac_v0_3_45.zip), - [Linux](https://github.com/a-b-street/abstreet/releases/download/v0.3.45/abstreet_linux_v0_3_45.zip), +- Run it on [your web browser](https://play.abstreet.org/0.3.46/abstreet.html), + [Windows](https://github.com/a-b-street/abstreet/releases/download/v0.3.46/abstreet_windows_v0_3_46.zip), + [Mac](https://github.com/a-b-street/abstreet/releases/download/v0.3.46/abstreet_mac_v0_3_46.zip), + [Linux](https://github.com/a-b-street/abstreet/releases/download/v0.3.46/abstreet_linux_v0_3_46.zip), [FreeBSD](https://www.freshports.org/games/abstreet/), or [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) diff --git a/map_gui/src/tools/mod.rs b/map_gui/src/tools/mod.rs index 6c5065cb3e..792940c59a 100644 --- a/map_gui/src/tools/mod.rs +++ b/map_gui/src/tools/mod.rs @@ -54,7 +54,7 @@ mod updater; mod waypoints; // Update this ___before___ pushing the commit with "[rebuild] [release]". -const NEXT_RELEASE: &str = "0.3.46"; +const NEXT_RELEASE: &str = "0.3.47"; /// 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.