Skip to content

Commit

Permalink
version update
Browse files Browse the repository at this point in the history
  • Loading branch information
gioblu committed Feb 6, 2018
1 parent 8d15d76 commit 54b301c
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion PJON.h
@@ -1,7 +1,7 @@

/*-O//\ __ __
|-gfo\ |__| | | | |\ | ®
|!y°o:\ | __| |__| | \| v10.0
|!y°o:\ | __| |__| | \| v10.1
|y"s§+`\ multi-master, multi-media bus network protocol
/so+:-..`\ Copyright 2010-2018 by Giovanni Blu Mitolo gioscarab@gmail.com
|+/:ngr-*.`\
Expand Down
2 changes: 1 addition & 1 deletion PJONDefines.h
@@ -1,7 +1,7 @@

/*-O//\ __ __
|-gfo\ |__| | | | |\ | ®
|!y°o:\ | __| |__| | \| v10.0
|!y°o:\ | __| |__| | \| v10.1
|y"s§+`\ multi-master, multi-media bus network protocol
/so+:-..`\ Copyright 2010-2018 by Giovanni Blu Mitolo gioscarab@gmail.com
|+/:ngr-*.`\
Expand Down
2 changes: 1 addition & 1 deletion PJONMaster.h
@@ -1,7 +1,7 @@

/*-O//\ __ __
|-gfo\ |__| | | | |\ | ®
|!y°o:\ | __| |__| | \| v10.0
|!y°o:\ | __| |__| | \| v10.1
|y"s§+`\ multi-master, multi-media bus network protocol
/so+:-..`\ Copyright 2010-2018 by Giovanni Blu Mitolo gioscarab@gmail.com
|+/:ngr-*.`\
Expand Down
2 changes: 1 addition & 1 deletion PJONSlave.h
@@ -1,7 +1,7 @@

/*-O//\ __ __
|-gfo\ |__| | | | |\ | ®
|!y°o:\ | __| |__| | \| v10.0
|!y°o:\ | __| |__| | \| v10.1
|y"s§+`\ multi-master, multi-media bus network protocol
/so+:-..`\ Copyright 2010-2018 by Giovanni Blu Mitolo gioscarab@gmail.com
|+/:ngr-*.`\
Expand Down
2 changes: 1 addition & 1 deletion README.md
@@ -1,6 +1,6 @@

![PJON](http://www.gioblu.com/PJON/PJON-github-header-tiny.png)
## PJON v10.0
## PJON v10.1
PJON® (Padded Jittering Operative Network) is an Arduino compatible, multi-master, multi-media network protocol. It proposes a Standard, it is designed as a framework and implements a totally software emulated network protocol stack that can be easily cross-compiled on many architectures like ATtiny, ATmega, ESP8266, Teensy, Raspberry Pi, Linux and Windows x86 machines. It is a valid tool to quickly and comprehensibly build a network of devices. Visit [wiki](https://github.com/gioblu/PJON/wiki) and [documentation](documentation/README.md) to know more about the PJON Standard.

[![Get PJON bus id](https://img.shields.io/badge/GET-PJON%20bus%20id-lightgrey.svg)](http://www.pjon.org/get-bus-id.php)
Expand Down
2 changes: 1 addition & 1 deletion library.json
Expand Up @@ -15,7 +15,7 @@
"type": "git",
"url": "https://github.com/gioblu/PJON.git"
},
"version": "10.0",
"version": "10.1",
"examples": [
"examples/*/*/*/*/*.ino",
"examples/*/*/*/*/*.h",
Expand Down
2 changes: 1 addition & 1 deletion library.properties
@@ -1,5 +1,5 @@
name=PJON
version=10.0
version=10.1
author=Giovanni Blu Mitolo <gioscarab@gmail.com>
maintainer=Giovanni Blu Mitolo <gioscarab@gmail.com>
sentence=PJON is an open-source, multi-master, multi-media bus network protocol
Expand Down

0 comments on commit 54b301c

Please sign in to comment.