Skip to content

Commit

Permalink
Set version to 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
susam committed Apr 3, 2024
1 parent 971cf40 commit 79115cc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ background color.
**[PLAY NOW!][PLAY1]**

[PLAY1]: https://susam.net/myrgb.html
[IMG1]: https://susam.github.io/blob/img/myrgb/myrgb-0.2.0.png
[IMG1]: https://susam.github.io/blob/img/myrgb/myrgb-0.1.0.png


Contents
Expand Down
6 changes: 3 additions & 3 deletions myrgb.html
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
<!--
MyRGB 0.2.0-dev1
Guess My RGB 0.1.0
Copyright (c) 2024 Susam Pal
Source: https://github.com/susam/myrgb
License: MIT
-->
<!DOCTYPE html>
<html lang="en">
<head>
<title>MyRGB</title>
<title>Guess My RGB</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="A simple RGB color guessing game.">
<style>
Expand Down Expand Up @@ -109,7 +109,7 @@
setupGame(r, g, b)
}

function setGame (rr, gg, bb) {
function setGame (rr, gg, bb) { // eslint-disable-line no-unused-vars
// Useful to set arbitrary colors for local testing.
r = rr
g = gg
Expand Down

0 comments on commit 79115cc

Please sign in to comment.