Skip to content

Commit

Permalink
Releasing 2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
micktwomey committed Nov 19, 2016
1 parent 1e477d7 commit dbeac1b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 6 deletions.
13 changes: 8 additions & 5 deletions CHANGELOG → CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,18 @@
2.0.0
# 2.0.1
- Fix https://github.com/micktwomey/elmo-8/issues/1 via attempting to load textures from multiple sources (data URL first, then local asset, finally elmo-8.twomeylee.name)

# 2.0.0
- Upgrade to Elm 0.18, no changes to API.

1.0.2
# 1.0.2
- Slightly improve examples.

1.0.1
# 1.0.1
- Attempting to fix compatibility with Elm 0.17 on package index.

1.0.0
# 1.0.0
- Initial release for real (fixing numbering to match Elm's versioning system).

0.1.0
# 0.1.0
- Initial release.
- Implemented: `print`, `sprite` and `putPixel`.
2 changes: 1 addition & 1 deletion elm-package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "2.0.0",
"version": "2.0.1",
"summary": "ELMO-8: A PICO-8 inspired fantasy 8-bit game library implemented in WebGL.",
"repository": "https://github.com/micktwomey/elmo-8.git",
"license": "MIT",
Expand Down

0 comments on commit dbeac1b

Please sign in to comment.