diff --git a/PJON.h b/PJON.h index a82ed030d4..6bfd974240 100644 --- a/PJON.h +++ b/PJON.h @@ -1,7 +1,7 @@ /*-O//\ __ __ |-gfo\ |__| | | | |\ | - |!y°o:\ | __| |__| | \| v4.0 + |!y°o:\ | __| |__| | \| v4.1 |y"s§+`\ Giovanni Blu Mitolo 2012-2016 /so+:-..`\ gioscarab@gmail.com |+/:ngr-*.`\ diff --git a/README.md b/README.md index eca7f8f80d..f31d690758 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ ![PJON](http://www.gioblu.com/PJON/PJON-github-header-tiny.png) -##PJON v4.0 +##PJON v4.1 PJON (Padded Jittering Operative Network) is an Arduino compatible, multi-master, multi-media communications bus system. It proposes a Standard and it is designed as a framework for digital communication. It is a valid alternative to i2c, 1-Wire, Serial and other Arduino compatible protocols. If you are interested to know more about the PJON Standard, visit the [Wiki](https://github.com/gioblu/PJON/wiki). If you need help see the [documentation](https://github.com/gioblu/PJON/wiki/Documentation) or if something is not working visit the [Troubleshooting page](https://github.com/gioblu/PJON/wiki/Troubleshooting). If you own a Saleae Logic Analyzer see [saleae-pjon-protocol-analyzer](https://github.com/aperepel/saleae-pjon-protocol-analyzer) crafted by Andrew Grande. [![Join the chat at https://gitter.im/gioblu/PJON](https://badges.gitter.im/gioblu/PJON.svg)](https://gitter.im/gioblu/PJON?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) [![Donate](http://img.shields.io/paypal/donate.png?color=blue)](https://www.paypal.me/PJON) diff --git a/library.json b/library.json index c0051fb4e1..0a3a370346 100644 --- a/library.json +++ b/library.json @@ -12,7 +12,7 @@ "type": "git", "url": "https://github.com/gioblu/PJON.git" }, - "version": "4.0", + "version": "4.1", "examples": "examples/*/*/*.ino", "frameworks": "arduino", "platforms": diff --git a/library.properties b/library.properties index a7e7149eae..5a872ba962 100644 --- a/library.properties +++ b/library.properties @@ -1,5 +1,5 @@ name=PJON -version=4.0 +version=4.1 author=Giovanni Blu Mitolo maintainer=Giovanni Blu Mitolo sentence=PJON is an open-source, multi-master, mult-media device communications bus system framework