From f76ca2878c9f656262aba9c9e2984f215e831ab0 Mon Sep 17 00:00:00 2001 From: Ivan Velasquez Date: Tue, 26 May 2020 20:13:00 -0500 Subject: [PATCH] update to v0.4.0 --- index.html | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/index.html b/index.html index 173919f..251ca26 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 1884bc3..2783e17 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "Odin", - "version": "0.3.0", + "version": "0.4.0", "description": "An open-source screen recorder built with web technology", "main": "index.js", "author": "Ivan Velasquez ",