Skip to content

Commit

Permalink
1.1.33
Browse files Browse the repository at this point in the history
  • Loading branch information
tolya-yanot committed Mar 6, 2022
1 parent 19ff7a7 commit 30ec059
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion src/firefox/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

"name": "TON Wallet",
"description": "Set up your own TON Wallet on The Open Network.",
"version": "1.1.32",
"version": "1.1.33",

"browser_action": {
"default_icon": "assets/icon_32x32.png",
Expand Down
8 changes: 4 additions & 4 deletions src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

<link rel="icon" href="assets/favicon.ico">

<link rel="stylesheet" href="css/main.css?52">
<link rel="stylesheet" href="css/main.css?53">
</head>
<body>

Expand Down Expand Up @@ -526,7 +526,7 @@
<div id="about" class="popup" style="visibility: hidden; text-align: center; padding-bottom: 10px">
<div class="popup-title">TON Wallet</div>
<div class="popup-grey-text">
Version: 1.1.32
Version: 1.1.33
</div>
<tgs-player data-name="about" src="assets/lottie/intro.tgs" width="150" height="150"></tgs-player>

Expand Down Expand Up @@ -642,8 +642,8 @@ <h4>What is TON Magic?</h4>
<script type="text/javascript" src="libs/tonweb-0.0.33.js"></script>
<script type="text/javascript" src="libs/tonweb-mnemonic-1.0.1.js"></script>

<script src="js/view/View.js?52" type="module"></script>
<script src="js/Controller.js?52" type="module"></script> <!-- For Plugin we need to delete this line-->
<script src="js/view/View.js?53" type="module"></script>
<script src="js/Controller.js?53" type="module"></script> <!-- For Plugin we need to delete this line-->

</body>
</html>
2 changes: 1 addition & 1 deletion src/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"manifest_version": 3,
"name": "TON Wallet",
"description": "Set up your own TON Wallet on The Open Network.",
"version": "1.1.32",
"version": "1.1.33",
"action": {
"default_icon": "assets/icon_32x32.png",
"default_popup": "popup.html"
Expand Down

0 comments on commit 30ec059

Please sign in to comment.