diff --git a/package.json b/package.json
index f83c74a..7568448 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "sqliteviz",
- "version": "0.6.0",
+ "version": "0.7.0",
"license": "Apache-2.0",
"private": true,
"scripts": {
diff --git a/src/components/DbUpload.vue b/src/components/DbUpload.vue
index fcd96f9..fd4f04c 100644
--- a/src/components/DbUpload.vue
+++ b/src/components/DbUpload.vue
@@ -10,7 +10,7 @@
accept=".db,.sqlite,.sqlite3"
/>
- Drop the database file to upload here or click to choose a file from your computer.
+ Drop the database file here or click to choose a file from your computer.
diff --git a/src/views/Editor.vue b/src/views/Editor.vue
index aef6b3e..90c8453 100644
--- a/src/views/Editor.vue
+++ b/src/views/Editor.vue
@@ -9,7 +9,7 @@
- Database is not uploaded. Queries can’t be run without database.
+ Database is not loaded. Queries can’t be run without database.
diff --git a/src/views/Home.vue b/src/views/Home.vue
index 9299dda..0a79432 100644
--- a/src/views/Home.vue
+++ b/src/views/Home.vue
@@ -3,7 +3,7 @@
Sqliteviz
- Skip database connection for now
+ Skip database loading for now