Skip to content

Commit

Permalink
changed version/name
Browse files Browse the repository at this point in the history
  • Loading branch information
sethcg committed Jul 5, 2024
1 parent 7fbdbdd commit e44d446
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
dist

# Logs
logs
*.log
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "gene-finder",
"name": "ncbi-gene-finder",
"private": true,
"version": "0.0.0",
"version": "1.0.0",
"type": "module",
"scripts": {
"dev": "vite",
Expand Down
6 changes: 3 additions & 3 deletions src-tauri/tauri.conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
"distDir": "../dist"
},
"package": {
"productName": "gene-finder",
"version": "0.1.0"
"productName": "ncbi-gene-finder",
"version": "1.0.0"
},
"tauri": {
"allowlist": {
Expand Down Expand Up @@ -79,7 +79,7 @@
"icons/icon.icns",
"icons/icon.ico"
],
"identifier": "gene-finder",
"identifier": "ncbi-gene-finder",
"longDescription": "",
"macOS": {
"entitlements": null,
Expand Down

0 comments on commit e44d446

Please sign in to comment.