Skip to content

Commit

Permalink
the grand release of Ungap the Map!
Browse files Browse the repository at this point in the history
  • Loading branch information
dabreegster committed Oct 13, 2021
1 parent 7776858 commit 49469f4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.61/abstreet_windows_v0_2_61.zip),
[Mac](https://github.com/a-b-street/abstreet/releases/download/v0.2.61/abstreet_mac_v0_2_61.zip),
[Linux](https://github.com/a-b-street/abstreet/releases/download/v0.2.61/abstreet_linux_v0_2_61.zip),
[Windows](https://github.com/a-b-street/abstreet/releases/download/v0.2.62/abstreet_windows_v0_2_62.zip),
[Mac](https://github.com/a-b-street/abstreet/releases/download/v0.2.62/abstreet_mac_v0_2_62.zip),
[Linux](https://github.com/a-b-street/abstreet/releases/download/v0.2.62/abstreet_linux_v0_2_62.zip),
[FreeBSD](https://www.freshports.org/games/abstreet/),
[your web browser](http://play.abstreet.org/0.2.61/abstreet.html),
[your web browser](http://play.abstreet.org/0.2.62/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)
Expand Down
4 changes: 2 additions & 2 deletions release/update_docs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ if [ "$OLD_PATCH" == "" ] || [ "$NEW_PATCH" == "" ]; then
fi

# This assumes https://github.com/a-b-street/docs is checked out at ~/docs
perl -pi -e "s/${MAJOR}_${MINOR}_${OLD_PATCH}/${MAJOR}_${MINOR}_${NEW_PATCH}/g" README.md ~/docs/book/src/user/README.md ~/docs/book/src/software/*.md
perl -pi -e "s/${MAJOR}\.${MINOR}\.${OLD_PATCH}/${MAJOR}\.${MINOR}\.${NEW_PATCH}/g" README.md ~/docs/book/src/user/README.md ~/docs/book/src/software/*.md ~/docs/book/src/software/*/*.md
perl -pi -e "s/${MAJOR}_${MINOR}_${OLD_PATCH}/${MAJOR}_${MINOR}_${NEW_PATCH}/g" README.md ~/docs/book/src/user/README.md ~/docs/book/src/software/*.md ~/docs/book/src/proposals/*/*.md
perl -pi -e "s/${MAJOR}\.${MINOR}\.${OLD_PATCH}/${MAJOR}\.${MINOR}\.${NEW_PATCH}/g" README.md ~/docs/book/src/user/README.md ~/docs/book/src/software/*.md ~/docs/book/src/software/*/*.md ~/docs/book/src/proposals/*/*.md

echo "Don't forget to:"
echo "1) ./release/deploy_web.sh"
Expand Down

0 comments on commit 49469f4

Please sign in to comment.