From f07de8b60de29132f439c9ee44198ea3c8ae9029 Mon Sep 17 00:00:00 2001 From: Aaron Boodman Date: Mon, 26 Oct 2020 12:46:52 -1000 Subject: [PATCH] Bump version to 1.0.0. --- licenses/BSL.txt | 4 ++-- package-lock.json | 2 +- package.json | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/licenses/BSL.txt b/licenses/BSL.txt index 0116d245..92e5783e 100644 --- a/licenses/BSL.txt +++ b/licenses/BSL.txt @@ -4,14 +4,14 @@ Parameters Licensor: Rocicorp, LLC -Licensed Work: replicache-sdk-js 0.9.0 +Licensed Work: replicache-sdk-js 1.0.0 The Licensed Work is (c) 2020 Rocicorp, LLC. Additional Use Grant: You may use the Licensed Work when your application uses the Licensed Work with a total of less than 100 client instances for any purpose. -Change Date: 2022-10-23 +Change Date: 2022-10-26 Change License: Apache License, Version 2.0 diff --git a/package-lock.json b/package-lock.json index 51a5b264..d6dbcae2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "replicache", - "version": "0.9.0", + "version": "1.0.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index fda729ca..1e1942ba 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "replicache", "description": "Offline-First for Every Application", - "version": "0.9.0", + "version": "1.0.0", "repository": "github:rocicorp/replicache-sdk-js", "scripts": { "test": "web-test-runner src/replicache.test.ts --playwright --browsers chromium firefox",