Skip to content

Commit

Permalink
Bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
blindmansion committed Aug 15, 2024
1 parent e07187d commit 617100b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"id": "cannoli",
"name": "Cannoli",
"version": "2.0.0",
"version": "2.0.1",
"minAppVersion": "0.15.0",
"description": "Create and run LLM scripts on the Obsidian Canvas.",
"author": "blindmansion",
Expand Down
2 changes: 1 addition & 1 deletion packages/cannoli-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@deablabs/cannoli-core",
"version": "0.1.1",
"version": "0.1.2",
"description": "This package is in heavy development and is not ready for production use.\nJoin our Discord server to get involved in the development process: https://discord.gg/wzayNxpxvR",
"main": "dist/index.js",
"type": "module",
Expand Down
2 changes: 1 addition & 1 deletion packages/cannoli-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cannoli-plugin",
"version": "1.0.0",
"version": "2.0.1",
"description": "Create LLM Chat flows using the Obsidian Canvas.",
"private": true,
"scripts": {
Expand Down

0 comments on commit 617100b

Please sign in to comment.