Skip to content

Commit 58c7041

Browse files
committed
Add empty line before horizontal rule demo and bump to 0.1.5
1 parent 69acb24 commit 58c7041

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

electron/main.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,7 @@ function greet(name) {
116116
## Horizontal Rules
117117
Type \`---\` on a new line to create a beautiful horizontal divider.
118118
*Example use:*
119+
119120
---
120121
121122
## Inline AI Assistance

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "papercache",
33
"private": true,
4-
"version": "0.1.4",
4+
"version": "0.1.5",
55
"type": "module",
66
"main": "dist-electron/main.js",
77
"scripts": {

0 commit comments

Comments
 (0)