Skip to content
This repository has been archived by the owner on Oct 21, 2024. It is now read-only.

Commit

Permalink
release version 0.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
TimurRin committed Jul 28, 2024
1 parent b2467a1 commit 13efefb
Show file tree
Hide file tree
Showing 4 changed files with 47 additions and 3 deletions.
23 changes: 23 additions & 0 deletions cinnabar.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
// This file was generated by Cinnabar Forge Meta. Do not edit.

export default {
"cinnabarMetaVersion": 1,
"description": "Cinnabar Forge SQLite3 Wrapper",
"name": "Cinnabar Forge SQLite3 Wrapper",
"version": {
"major": 0,
"minor": 2,
"patch": 3,
"revision": 5,
"text": "0.2.3",
"timestamp": 1722139874
},
"stack": {
"nodejs": {
"outputFile": [
"cinnabar.js"
],
"package": "@cinnabar-forge/cf-sqlite3"
}
}
};
21 changes: 21 additions & 0 deletions cinnabar.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"cinnabarMetaVersion": 1,
"description": "Cinnabar Forge SQLite3 Wrapper",
"name": "Cinnabar Forge SQLite3 Wrapper",
"version": {
"major": 0,
"minor": 2,
"patch": 3,
"revision": 5,
"text": "0.2.3",
"timestamp": 1722139874
},
"stack": {
"nodejs": {
"outputFile": [
"cinnabar.js"
],
"package": "@cinnabar-forge/cf-sqlite3"
}
}
}
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cinnabar-forge/cf-sqlite3",
"version": "0.2.2",
"version": "0.2.3",
"description": "Cinnabar Forge SQLite3 Wrapper",
"repository": "github:cinnabar-forge/cf-sqlite3",
"license": "ISC",
Expand Down

0 comments on commit 13efefb

Please sign in to comment.