Skip to content

Commit

Permalink
Merge pull request #79 from meilisearch/update_version_to_v0.1.6
Browse files Browse the repository at this point in the history
Update version to v0.1.6
  • Loading branch information
bidoubiwa authored Aug 17, 2023
2 parents 1b9f20b + 4be7759 commit 29c129a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@meilisearch/scrapix",
"version": "0.1.5",
"version": "0.1.6",
"description": "Automatic scraper and indexer to Meilisearch of any website.",
"main": "dist/src/index.js",
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion src/package_version.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export const PACKAGE_VERSION = '0.1.5'
export const PACKAGE_VERSION = '0.1.6'

0 comments on commit 29c129a

Please sign in to comment.