Skip to content
This repository has been archived by the owner on Sep 7, 2024. It is now read-only.

Commit

Permalink
4.0.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Sam A. Horvath-Hunt committed May 4, 2019
1 parent 6360710 commit c90b9c7
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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).

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": "bukubrow",
"version": "4.0-r1",
"version": "4.0.0.1",
"description": "WebExtension for Buku",
"main": "webextension/backend.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion src/manifest.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
2 changes: 1 addition & 1 deletion src/modules/config.ts
Original file line number Diff line number Diff line change
@@ -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;

0 comments on commit c90b9c7

Please sign in to comment.