Skip to content

Commit 2e89864

Browse files
committed
update version
1 parent 4e6bd3f commit 2e89864

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

example/src/App.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ const App = ({ theme, setPalette }) => {
204204
<Typography variant='h6' className={classes.title}>
205205
Frameless Titlebar
206206
<Typography style={{ marginLeft: 12, fontWeight: 'bolder' }} component='span' variant='h6' color='secondary'>
207-
v2.1.3 <span role='img'>🥳</span>
207+
v2.1.4 <span role='img'>🥳</span>
208208
</Typography>
209209
</Typography>
210210
<Tooltip title='Toggle Dark/Light Mode' >

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "frameless-titlebar",
3-
"version": "2.1.3",
3+
"version": "2.1.4",
44
"description": "Customizable titlebar for frameless Electron desktop applications",
55
"author": "Cristian006",
66
"license": "MIT",
@@ -51,4 +51,4 @@
5151
"rollup-plugin-url": "^2.1.0",
5252
"typescript": "^3.2.4"
5353
}
54-
}
54+
}

0 commit comments

Comments
 (0)