소스 검색

Release v0.1.0

Thomas Dy 3 년 전
부모
커밋
1afcaf694f
2개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 0
      README.md
  2. 1 1
      package.json

+ 1 - 0
README.md

@@ -12,6 +12,7 @@ goal.
  * the displayed text is in Hepburn romanization but still supports other
    romanizations for input
  * YouTube support for songs (still experimental)
+ * waiting sections can be skipped
 
 You might also be interested in [innocenat's clone][1].
 

+ 1 - 1
package.json

@@ -1,6 +1,6 @@
 {
   "name": "typingfreaks",
-  "version": "0.0.2",
+  "version": "0.1.0",
   "description": "A typing game for Japanese",
   "scripts": {
     "build": "snowpack build",