Skip to content

Commit

Permalink
feat: Update version.
Browse files Browse the repository at this point in the history
  • Loading branch information
vasilecampeanu committed Apr 8, 2023
1 parent 654b4b9 commit f01d1d3
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"id": "obsidian-weaver",
"name": "Weaver",
"version": "0.3.4",
"version": "0.3.0",
"minAppVersion": "1.0.0",
"description": "Introducing Weaver, a useful Obsidian plugin that integrates ChatGPT/GPT-3 into your note-taking workflow. This plugin makes it easy to access AI-generated suggestions and insights within Obsidian, helping you improve your writing and brainstorming process.",
"description": "Weaver is a useful Obsidian plugin that integrates ChatGPT/GPT-3 into your note-taking workflow. This plugin makes it easy to access AI-generated suggestions and insights within Obsidian, helping you improve your writing and brainstorming process.",
"author": "Vasile Câmpeanu",
"authorUrl": "https://github.com/vasilecampeanu",
"authorUrl": "https://twitter.com/vasilecampeanu",
"isDesktopOnly": true
}
2 changes: 1 addition & 1 deletion package-lock.json

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

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"name": "obsidian-weaver",
"version": "0.3.4",
"description": "Introducing Weaver, a useful Obsidian plugin that connects ChatGPT/GPT-3 to your note-taking workflow. This plugin makes it easy to access AI-generated suggestions and insights within Obsidian, helping you improve your writing and brainstorming process.",
"version": "0.3.0",
"description": "Weaver is a useful Obsidian plugin that integrates ChatGPT/GPT-3 into your note-taking workflow. This plugin makes it easy to access AI-generated suggestions and insights within Obsidian, helping you improve your writing and brainstorming process.",
"main": "main.js",
"scripts": {
"dev": "node esbuild.config.mjs",
"build": "tsc -noEmit -skipLibCheck && node esbuild.config.mjs production",
"version": "node version-bump.mjs && git add manifest.json versions.json"
},
"keywords": [],
"author": "",
"author": "Vasile Câmpeanu",
"license": "MIT",
"devDependencies": {
"@types/jaro-winkler": "^0.2.1",
Expand Down
2 changes: 1 addition & 1 deletion versions.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"0.0.1": "1.0.0"
"0.3.0": "1.0.0"
}

0 comments on commit f01d1d3

Please sign in to comment.