Skip to content

Commit

Permalink
Merge #183
Browse files Browse the repository at this point in the history
183: Update version for the next release (v0.3.0) r=brunoocasali a=meili-bot

_This PR is auto-generated._

The automated script updates the version of firestore-meilisearch to a new version: "v0.3.0"


Co-authored-by: meili-bot <[email protected]>
  • Loading branch information
meili-bors[bot] and meili-bot authored May 23, 2024
2 parents fd7b9e5 + 0df42e7 commit 95ccd15
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion extension.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
name: firestore-meilisearch

# Follow semver versioning
version: 0.2.0
version: 0.3.0

# Version of the Firebase Extensions specification
specVersion: v1beta
Expand Down
2 changes: 1 addition & 1 deletion functions/lib/version.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.version = void 0;
exports.version = '0.2.0';
exports.version = '0.3.0';
2 changes: 1 addition & 1 deletion functions/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "firestore-meilisearch",
"version": "0.2.0",
"version": "0.3.0",
"scripts": {
"lint": "eslint .",
"lint:fix": "eslint . --fix",
Expand Down
2 changes: 1 addition & 1 deletion functions/src/version.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export const version = '0.2.0'
export const version = '0.3.0'
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "firestore-meilisearch",
"version": "0.2.0",
"version": "0.3.0",
"description": "Search in your Firestore content with Meilisearch",
"repository": "",
"author": "Meilisearch (https://meilisearch.com/)",
Expand Down

0 comments on commit 95ccd15

Please sign in to comment.