Skip to content

Commit

Permalink
Set version to 0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
susam committed Mar 18, 2023
1 parent 2621906 commit 30a57e7
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
12 changes: 12 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,19 @@
Changelog
=========

0.8.0 (2023-03-18)
------------------

### Changed

- Autoplay algorithm now aims slightly to the left or the right of the
centre of the nearest ship to avoid hitting recently released
boulders and losing time that could be better utilized for hitting
the nearest ship.


0.7.1 (2023-03-16)
------------------

### Fixed

Expand Down
4 changes: 2 additions & 2 deletions invaders.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<!--
Andromeda Invaders 0.7.1
Andromeda Invaders 0.8.0
Copyright (c) 2022-2023 Susam Pal
Source: https://github.com/susam/invaders
License: MIT
Expand Down Expand Up @@ -44,7 +44,7 @@

// Metadata for info screen.
const NAME = 'Andromeda Invaders'
const VERSION = '0.7.1'
const VERSION = '0.8.0'
const COPYRIGHT = 'Copyright (c) 2022-2023 Susam Pal'
const LICENSE = 'Licensed under the MIT License'
const SOURCE_URL = 'https://github.com/susam/invaders'
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "invaders",
"version": "0.7.1",
"version": "0.8.0",
"description": "Bitmap arrays for CP437 glyphs",
"main": "invaders.html",
"files": [
Expand Down

0 comments on commit 30a57e7

Please sign in to comment.