Skip to content

Commit a257f50

Browse files
chore: bump version to 1.0.1, remove legacy setup files, and clean up dependencies
1 parent cff9a22 commit a257f50

6 files changed

Lines changed: 3 additions & 24 deletions

File tree

frappe_vault/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "1.0.0"
1+
__version__ = "1.0.1"

frappe_vault/hooks.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
app_license = "MIT"
77
app_logo_url = "/assets/frappe_vault/images/vault-logo.svg"
88
app_home = "/vault"
9-
required_apps = ["frappe"]
9+
1010

1111
# Role Home Page — redirect Vault Users directly to Vault SPA on login
1212
role_home_page = {

frontend/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
{
22
"name": "frappe-vault-frontend",
33
"private": true,
4-
"version": "1.0.0",
54
"type": "module",
65
"scripts": {
76
"dev": "vite",

frontend/src/components/AppSidebar.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -541,7 +541,7 @@ const sidebarCollapsedComputed = computed({
541541
const showAboutModal = ref(false)
542542
543543
const vaultVersion = computed(() => {
544-
return window.frappe?.boot?.versions?.frappe_vault || '1.0.0'
544+
return window.frappe?.boot?.versions?.frappe_vault || '1.0.1'
545545
})
546546
547547
const aboutLinks = [

requirements.txt

Lines changed: 0 additions & 1 deletion
This file was deleted.

setup.py

Lines changed: 0 additions & 19 deletions
This file was deleted.

0 commit comments

Comments
 (0)