Skip to content

Commit

Permalink
update version to v0.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
chukitow committed May 27, 2020
1 parent 9a3af99 commit 9c980bc
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
<img src="static/assets/images/logo.svg" alt="Logo" width="200">
<h2 class="header-title wow fadeInUp">Odin</h2>
<h2 class="header-sub-title wow fadeInUp">An open-source screen recorder</h2>
<a href="https://github.com/chukitow/odin/releases/download/v0.4.1/Odin-0.4.1.dmg" class="main-btn">Download Mac OSx <span class="fa fa-apple"></span> </a>
<a href="https://github.com/chukitow/odin/releases/download/v0.4.1/Odin-Setup-0.4.1.exe" class="main-btn">Download Windows <span class="fa fa-windows"></span> </a>
<a href="https://github.com/chukitow/odin/releases/download/v0.4.2/Odin-0.4.2.dmg" class="main-btn">Download Mac OSx <span class="fa fa-apple"></span> </a>
<a href="https://github.com/chukitow/odin/releases/download/v0.4.2/Odin-Setup-0.4.2.exe" class="main-btn">Download Windows <span class="fa fa-windows"></span> </a>
</div>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Odin",
"version": "0.4.1",
"version": "0.4.2",
"description": "An open-source screen recorder built with web technology",
"main": "index.js",
"author": "Ivan Velasquez <[email protected]>",
Expand Down
1 change: 1 addition & 0 deletions src/electron.ts
Original file line number Diff line number Diff line change
Expand Up @@ -256,6 +256,7 @@ function startCounter() {
counter = new CounterWindow();
counter.window.on('close', () => counter = null);
counter.show();
application.isRecording = true;
mainWindow.window.hide();
}

Expand Down

0 comments on commit 9c980bc

Please sign in to comment.