diff --git a/README.md b/README.md index 2974db2..cdc1d5c 100644 --- a/README.md +++ b/README.md @@ -50,6 +50,8 @@ Metaforecast has been integrated into: We also provide a public database, which can be accessed with a script similar to [this one](./src/backend/manual/manualDownload.js). We are also open to integrating our Algolia search instance with other trusted services (in addition to Fletcher.) +In general, if you want to integrate metaforecast into your service, we want to hear from you. + ## Code layout - frontend code is in [src/pages/](./src/pages/), [src/web/](./src/web/) and in a few other places which are required by Next.js (e.g. root-level configs in postcss.config.js and tailwind.config.js) diff --git a/package-lock.json b/package-lock.json index 3761b35..7633949 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "metaforecast", - "version": "1.0.0", + "version": "2.0.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "metaforecast", - "version": "1.0.0", + "version": "2.0.0", "license": "MIT", "dependencies": { "@tailwindcss/forms": "^0.4.0", diff --git a/package.json b/package.json index f113e7b..600330d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "metaforecast", - "version": "1.0.0", + "version": "2.0.0", "description": "Get forecasts from various platforms", "repository": { "type": "git",