From b0fdafa67642a7bc3ccf70d89752d7287b1f4ae2 Mon Sep 17 00:00:00 2001 From: Ivan Velasquez Date: Thu, 4 Jun 2020 17:08:05 -0500 Subject: [PATCH] update to v0.5.2 --- index.html | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/index.html b/index.html index 4a6f087..bba88dc 100644 --- a/index.html +++ b/index.html @@ -20,8 +20,8 @@ Logo

Odin

An open-source screen recorder

- Download Mac OSx - Download Windows + Download Mac OSx + Download Windows diff --git a/package.json b/package.json index cd2d6eb..8d7ccb9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "Odin", - "version": "0.5.1", + "version": "0.5.2", "description": "An open-source screen recorder built with web technology", "main": "index.js", "author": "Ivan Velasquez ",