biz9-logic 1.0.16 → 1.0.17

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.
package/README.md CHANGED
@@ -39,6 +39,7 @@ npm i biz9-logic
39
39
 
40
40
  He is sometimes referred to as “the real Tank” from the movie [**The Matrix**](https://www.imdb.com/title/tt0133093/).
41
41
 
42
+ - **Tank9 TooLZ Book** [Amazon E-Book](https://a.co/d/2BDjSYb)
42
43
  - [Tank9Code Blog](https://medium.com/@tank9code/about-brandon-poole-sr-ac2fe8e06a09)
43
44
  - [Tank9Code Twitter](https://instagram.com/tank9code)
44
45
  - [Tank9Code Instagram](https://instagram.com/tank9code)
package/biz9_config CHANGED
@@ -1,4 +1,4 @@
1
- VERSION='1.0.5'
1
+ VERSION='1.0.6'
2
2
  TITLE='BiZ9-Logic'
3
3
  REPO='git@github.com:biz9framework/biz9-logic.git'
4
4
  BRANCH='main'
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "biz9-logic",
3
- "version": "1.0.16",
3
+ "version": "1.0.17",
4
4
  "main": "index.js",
5
5
  "scripts": {
6
6
  "test": "echo \"Error: no test specified\" && exit 1"