diff --git a/.DS_Store b/.DS_Store new file mode 100644 index 0000000..046da0d Binary files /dev/null and b/.DS_Store differ diff --git a/README.md b/README.md index 6565e9a..81176cc 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ ![GitHub release (latest by date)](https://img.shields.io/github/v/release/akkoyun/Statistical) ![arduino-library-badge](https://www.ardu-badge.com/badge/Statistical.svg?) ![Visits Badge](https://badges.pufler.dev/visits/akkoyun/Statistical) ![GitHub stars](https://img.shields.io/github/stars/akkoyun/Statistical?style=flat&logo=github) ![Updated Badge](https://badges.pufler.dev/updated/akkoyun/Statistical) ![PlatformIO Registry](https://badges.registry.platformio.org/packages/akkoyun/library/Statistical.svg) [![Check Arduino](https://github.com/akkoyun/Statistical/actions/workflows/check-arduino.yml/badge.svg)](https://github.com/akkoyun/Statistical/actions/workflows/check-arduino.yml) [![Compile Examples](https://github.com/akkoyun/Statistical/actions/workflows/compile-examples.yml/badge.svg)](https://github.com/akkoyun/Statistical/actions/workflows/compile-examples.yml) [![Spell Check](https://github.com/akkoyun/Statistical/actions/workflows/spell-check.yml/badge.svg)](https://github.com/akkoyun/Statistical/actions/workflows/spell-check.yml) - Build - 01.04.12 + Build - 01.04.13 --- diff --git a/library.json b/library.json index 080c46e..4036621 100644 --- a/library.json +++ b/library.json @@ -1,6 +1,6 @@ { "name": "Statistical", - "version": "1.4.12", + "version": "1.4.13", "keywords": "Statistical, Max, Min, Average, Regression, Data, Sensor, Slope, Offset", "description": "Function calculates statistical parameters of data stream and array", "authors": diff --git a/library.properties b/library.properties index 3273132..b07816a 100644 --- a/library.properties +++ b/library.properties @@ -1,5 +1,5 @@ name=Statistical -version=1.4.12 +version=1.4.13 author=Gunce Akkoyun maintainer=Gunce Akkoyun sentence=Statistic, Sum, Max, Min, Sq_Sum, Arithmetic Average, Geometric Average, RMS Average, Ext RMS Average, Bubble Sort, Median, Standard Deviation, Standard Deviation Error, Coefficient Factor, Average, Stream, Regression, Slope, Data, Analyse