We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e6bd3f commit 2e89864Copy full SHA for 2e89864
2 files changed
example/src/App.js
@@ -204,7 +204,7 @@ const App = ({ theme, setPalette }) => {
204
<Typography variant='h6' className={classes.title}>
205
Frameless Titlebar
206
<Typography style={{ marginLeft: 12, fontWeight: 'bolder' }} component='span' variant='h6' color='secondary'>
207
- v2.1.3 <span role='img'>🥳</span>
+ v2.1.4 <span role='img'>🥳</span>
208
</Typography>
209
210
<Tooltip title='Toggle Dark/Light Mode' >
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "frameless-titlebar",
3
- "version": "2.1.3",
+ "version": "2.1.4",
4
"description": "Customizable titlebar for frameless Electron desktop applications",
5
"author": "Cristian006",
6
"license": "MIT",
@@ -51,4 +51,4 @@
51
"rollup-plugin-url": "^2.1.0",
52
"typescript": "^3.2.4"
53
}
54
-}
+}
0 commit comments