Skip to content

Commit

Permalink
up version
Browse files Browse the repository at this point in the history
  • Loading branch information
NQPhuc committed Nov 26, 2022
1 parent 5b4dd21 commit 31646ad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app.vue
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<NuxtLayout>
<Head>
<Link rel="shortcut icon" href="/favicon.ico" />
<Title>Plain Text Editor</Title>
<Title>Plain Text Editor v1.0.1</Title>
<Meta name="description" content="Plain text editor is a simple web-based text editor for editing plain text" />
</Head>
<NuxtPage />
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "vue-electron-demo",
"version": "1.0.0",
"version": "1.0.1",
"main": "main.js",
"scripts": {
"build": "nuxt build",
Expand Down

0 comments on commit 31646ad

Please sign in to comment.