Skip to content

Commit

Permalink
updated app version
Browse files Browse the repository at this point in the history
  • Loading branch information
Nitesh Tiwari authored and Nitesh Tiwari committed Jun 22, 2021
1 parent 24f2115 commit 9996972
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion template/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "HelloWorld",
"version": "0.0.9",
"version": "0.1.0",
"private": true,
"main": ".electron/index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion template/src/pages/Create.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ const Create = () => {
onValueChange={setHostControlCheckbox}
/>
<Text style={style.checkboxTitle}>
updated Restrict Host Controls{' '}
Restrict Host Controls{' '}
{!hostControlCheckbox
? '(Everyone is a Host)'
: '(Separate host link)'}
Expand Down

0 comments on commit 9996972

Please sign in to comment.