Skip to content

Commit

Permalink
version up
Browse files Browse the repository at this point in the history
  • Loading branch information
jojobii-arks committed Apr 11, 2023
1 parent 71bd210 commit 97a4299
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nt-ngs-log-observer",
"version": "1.0.0",
"version": "1.0.1",
"description": "Action Log observer for PSO2:NGS",
"author": "jojobii-arks",
"private": true,
Expand Down
2 changes: 1 addition & 1 deletion app/src/routes/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
import { fade } from 'svelte/transition';
import { flip } from 'svelte/animate';
const name = 'NT NGS Log Observer';
const version = 'v1.0.0';
const version = 'v1.0.1';
$: sessionMesetaTotal = [...$logs]
.filter(
Expand Down

0 comments on commit 97a4299

Please sign in to comment.