Skip to content
This repository was archived by the owner on Jul 3, 2024. It is now read-only.

Commit e14c68e

Browse files
Bump to v0.0.2
1 parent fa9d260 commit e14c68e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"id": "obsidian-bibtex-adder",
33
"name": "BibTeX Adder",
4-
"version": "0.0.1",
4+
"version": "0.0.2",
55
"minAppVersion": "0.12.0",
66
"description": "Add BibTeX entries from DOIs using the Crossref REST API.",
77
"author": "Alex Maldonado",

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "obsidian-bibtex-adder",
3-
"version": "0.0.1",
3+
"version": "0.0.2",
44
"description": "Add BibTeX entries from DOIs using the Crossref REST API.",
55
"main": "main.js",
66
"scripts": {

versions.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"0.0.1": "0.12.0"
2+
"0.0.2": "0.12.0"
33
}

0 commit comments

Comments
 (0)