From 97732e5207c9c135c6e78854bae725d6ebd9d4e1 Mon Sep 17 00:00:00 2001 From: Radhi Fadlillah Date: Thu, 5 Sep 2019 16:41:11 +0700 Subject: [PATCH] Update license --- LICENSE | 2 +- manifest.json | 2 +- updates.json | 3 +++ 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/LICENSE b/LICENSE index 661fe2d..088ecdd 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2019 Shiori +Copyright (c) 2019-present Radhi Fadlillah Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/manifest.json b/manifest.json index 5d77074..552636d 100644 --- a/manifest.json +++ b/manifest.json @@ -1,6 +1,6 @@ { "manifest_version": 2, - "version": "0.8.3", + "version": "0.8.4", "name": "Shiori", "author": "Radhi Fadlillah", "description": "Web extension for Shiori, a simple bookmark manager.", diff --git a/updates.json b/updates.json index 9238bf5..3d584f3 100644 --- a/updates.json +++ b/updates.json @@ -10,6 +10,9 @@ }, { "version": "0.8.3", "update_link": "https://github.com/go-shiori/shiori-web-ext/releases/download/0.8.3/shiori-0.8.3-fx.xpi" + }, { + "version": "0.8.4", + "update_link": "https://github.com/go-shiori/shiori-web-ext/releases/download/0.8.4/shiori-0.8.4-fx.xpi" }] } }