We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d0ecd7a commit 0f4623eCopy full SHA for 0f4623e
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "coderoad",
3
- "version": "0.15.0",
+ "version": "0.15.1",
4
"description": "Play interactive coding tutorials in your editor",
5
"keywords": [
6
"tutorial",
web-app/.env.example
@@ -1,5 +1,5 @@
SKIP_PREFLIGHT_CHECK=true
-VERSION=0.15.0
+VERSION=0.15.1
NODE_ENV=local
REACT_APP_DEBUG=false
REACT_APP_LOG=false
web-app/package.json
"name": "coderoad-app",
"private": true,
"scripts": {
"build": "react-app-rewired build",
0 commit comments