bancos-brasileiros 6.2.43 → 6.2.44

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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -129,7 +129,7 @@ Practical implementation examples are available in the [examples](/examples) fol
129
129
 
130
130
  ```toml
131
131
  [dependencies]
132
- bancos_brasileiros = "0.1.0"
132
+ bancos_brasileiros = "5.0.0"
133
133
  ```
134
134
 
135
135
  ### Node.js (NPM)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bancos-brasileiros",
3
- "version": "6.2.43",
3
+ "version": "6.2.44",
4
4
  "description": "A JSON list of Brazilian commercial banks",
5
5
  "main": "bancos.json",
6
6
  "scripts": {
@@ -35,5 +35,5 @@
35
35
  "bugs": {
36
36
  "url": "https://github.com/guibranco/BancosBrasileiros/issues"
37
37
  },
38
- "homepage": "https://guibranco.github.io/BancosBrasileiros/"
38
+ "homepage": "https://guilherme.stracini.com.br/BancosBrasileiros/"
39
39
  }