-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
# [4.2.0](v4.1.1...v4.2.0) (2020-02-10) ### Bug Fixes * fix subscription leak for mobile content ([22fdaf5](22fdaf5)) ### Features * clicking icon brings you back to the games tab ([2f4f7ab](2f4f7ab)) * clicking on icon brings you to games in larger screen size ([32ede37](32ede37))
- Loading branch information
1 parent
11c90d3
commit 082fa2d
Showing
2 changed files
with
14 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "montepouli", | ||
"version": "4.1.1", | ||
"version": "4.2.0", | ||
"license": "MIT", | ||
"private": true, | ||
"scripts": { | ||
|