From c90b9c7f1a83d22ca0372e08f125a23012800e8e Mon Sep 17 00:00:00 2001 From: "Sam A. Horvath-Hunt" Date: Sat, 4 May 2019 14:19:04 +0100 Subject: [PATCH] 4.0.0.1 --- CHANGELOG.md | 2 +- package.json | 2 +- src/manifest.json | 2 +- src/modules/config.ts | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 448dda7..92728ee 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,7 @@ # Change Log This project is versioned according to its compatibility with the [host](https://github.com/SamHH/bukubrow-host) from v4 onwards. -## [4.0-r1] - WIP +## [4.0.0.1] - 2015-05-04 ### Changed - Versioning has been changed to move in tandem with the [host](https://github.com/SamHH/bukubrow-host). diff --git a/package.json b/package.json index dbcfbf6..8296314 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "bukubrow", - "version": "4.0-r1", + "version": "4.0.0.1", "description": "WebExtension for Buku", "main": "webextension/backend.js", "scripts": { diff --git a/src/manifest.json b/src/manifest.json index d94b8c7..3aa79cb 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -1,6 +1,6 @@ { "name": "Bukubrow", - "version": "3.0.0", + "version": "4.0.0.1", "manifest_version": 2, "description": "Synchronise your browser bookmarks with Buku", "icons": { diff --git a/src/modules/config.ts b/src/modules/config.ts index c033d96..5720d39 100644 --- a/src/modules/config.ts +++ b/src/modules/config.ts @@ -1,4 +1,4 @@ export const APP_NAME = 'com.samhh.bukubrow'; -export const MINIMUM_BINARY_VERSION = '1.2.0'; +export const MINIMUM_BINARY_VERSION = '4.0.0'; export const BOOKMARKS_SCHEMA_VERSION = 3; export const MAX_BOOKMARKS_TO_RENDER = 10;