Skip to content

Commit

Permalink
Fix for this bug - #3
Browse files Browse the repository at this point in the history
  • Loading branch information
another-one-studio committed Jan 2, 2017
1 parent be9334a commit 34a7286
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"manifest_version": 2,
"name": "Fat tweet",
"version": "0.1.0.3",
"version_name": "0.1.2-beta",
"version": "0.1.0.4",
"version_name": "0.1.3-beta",
"icons": {
"128": "img/128.png",
"64": "img/64.png",
Expand Down
2 changes: 1 addition & 1 deletion popup.html
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
</style>
</head>
<body class="current-page-main">
<h1><div class="name">Fat tweet<span class="version">v0.1.2-beta</span></div></h1>
<h1><div class="name">Fat tweet<span class="version">v0.1.3-beta</span></div></h1>
<div class="page page-main">
<div class="about-link-wrapper"><a class="about-link" href="#">About</a></div>
<div id="settings">
Expand Down

0 comments on commit 34a7286

Please sign in to comment.