Skip to content

Commit

Permalink
Fix version in info screen; set version to 0.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
susam committed Mar 16, 2023
1 parent fe1422b commit eccd443
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
Changelog
=========

0.7.1 (2023-03-16)

### Fixed

- Fix version in the information screen.


0.7.0 (2023-03-15)
------------------

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.0
Andromeda Invaders 0.7.1
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.6.0'
const VERSION = '0.7.1'
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.0",
"version": "0.7.1",
"description": "Bitmap arrays for CP437 glyphs",
"main": "invaders.html",
"files": [
Expand Down

0 comments on commit eccd443

Please sign in to comment.