Skip to content

Commit d42841f

Browse files
committed
0.0.3
1 parent 9523af9 commit d42841f

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

browser_extension/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"manifest_version": 3,
33
"name": "Snippetleaf",
4-
"version": "0.0.2",
4+
"version": "0.0.3",
55
"description": "Make typesetting LaTeX math as fast as handwriting through snippets, text expansion, and editor enhancements",
66
"author": "superle3",
77
"content_scripts": [

browser_extension/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "snippetleaf",
3-
"version": "0.0.2",
3+
"version": "0.0.3",
44
"private": true,
55
"description": "Browser extension project",
66
"type": "module",

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "snippetleaf-monorepo",
33
"private": true,
4-
"version": "0.0.2",
4+
"version": "0.0.3",
55
"workspaces": [
66
"browser_extension",
77
"codemirror_extension"

0 commit comments

Comments
 (0)