Skip to content

Commit 947af96

Browse files
committed
Adjustments to github action
1 parent df51fd8 commit 947af96

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,3 +45,6 @@ jobs:
4545
generate_release_notes: false
4646
files: |
4747
*.zip
48+
manifest.json
49+
main.js
50+
styles.css

manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"id": "emera",
33
"name": "Emera",
4-
"version": "1.2.0",
4+
"version": "1.2.1",
55
"minAppVersion": "1.6.5",
6-
"description": "Enables you to use custom React components and inline JavaScript in Obsidian, kinda like MDX.",
6+
"description": "Enables you to use custom React components and inline JavaScript, kinda like MDX.",
77
"author": "OlegWock",
88
"authorUrl": "https://sinja.io",
99
"fundingUrl": "https://sinja.io/support",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "obsidian-emera",
3-
"version": "1.2.0",
3+
"version": "1.2.1",
44
"description": "MDX for Obsidian. Kinda.",
55
"main": "main.js",
66
"scripts": {

0 commit comments

Comments
 (0)