vaultuner 0.1.7__tar.gz → 0.1.8__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: vaultuner
3
- Version: 0.1.7
3
+ Version: 0.1.8
4
4
  Summary: Bitwarden Secrets Manager CLI with PROJECT/[ENV/]SECRET naming
5
5
  Keywords: bitwarden,secrets,cli,secrets-manager,devops
6
6
  Author: David Poblador
@@ -137,7 +137,7 @@ myapp/dev/db-password # Development only
137
137
 
138
138
  ## Documentation
139
139
 
140
- Full docs at [alltuner.github.io/vaultuner](https://alltuner.github.io/vaultuner)
140
+ Full docs at [vaultuner.alltuner.com](https://vaultuner.alltuner.com)
141
141
 
142
142
  ## License
143
143
 
@@ -112,7 +112,7 @@ myapp/dev/db-password # Development only
112
112
 
113
113
  ## Documentation
114
114
 
115
- Full docs at [alltuner.github.io/vaultuner](https://alltuner.github.io/vaultuner)
115
+ Full docs at [vaultuner.alltuner.com](https://vaultuner.alltuner.com)
116
116
 
117
117
  ## License
118
118
 
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "vaultuner"
3
- version = "0.1.7"
3
+ version = "0.1.8"
4
4
  description = "Bitwarden Secrets Manager CLI with PROJECT/[ENV/]SECRET naming"
5
5
  readme = "README.md"
6
6
  license = { text = "MIT" }