Skip to content

Commit

Permalink
Prepare for 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
innocenat committed Jun 2, 2021
1 parent d9e2cd9 commit fbd6f19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/game/typingmania.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ export default class TypingMania {
this.score = null
this.media = null

this.background_screen = new BackgroundScreen(this.viewport, '1.1.0')
this.background_screen = new BackgroundScreen(this.viewport, '1.1.1')
this.songinfo_screen = new SongInfoScreen(this.viewport)
this.loading_screen = new LoadingScreen(this.viewport)
this.menu_screen = new MenuScreen(this.viewport)
Expand Down

0 comments on commit fbd6f19

Please sign in to comment.