Skip to content

Commit

Permalink
Merge branch 'main' into release
Browse files Browse the repository at this point in the history
  • Loading branch information
shubhvjain committed Jan 27, 2025
2 parents 485801f + 4200639 commit 629664e
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": "beanbagdb",
"version": "0.6.2",
"version": "0.6.3",
"description": "A JS library to introduce a schema layer to a No-SQL local database",
"main": "src/index.js",
"module": "src/index.js",
Expand Down
2 changes: 1 addition & 1 deletion src/system_schema.js
Original file line number Diff line number Diff line change
Expand Up @@ -369,7 +369,7 @@ export const default_app = {
system_generated: true,
title: "Executable script",
active: true,
version: 0.1,
version: 0.2,
description: "To create scripts that implement some logic. Can run both on browser and client.",
schema: {
type: "object",
Expand Down

0 comments on commit 629664e

Please sign in to comment.