diff --git a/README.md b/README.md index b040bc1..b88e0e2 100644 --- a/README.md +++ b/README.md @@ -118,3 +118,8 @@ void loop() { ### Further usage see `examples` directory. + +### Migration from 0.7.x to 0.8.x + +`M5Stack-Avatar` now depends on `M5Unified`, the integrated library for all devices of M5Stack series. +Since 0.8.0, Sketches with avatar should include `M5Unified.h` instead of `M5Stack.h` or `M5Core2.h` diff --git a/README_ja.md b/README_ja.md index eb28333..cb8c98b 100644 --- a/README_ja.md +++ b/README_ja.md @@ -118,3 +118,8 @@ void loop() { ### その他の使い方 `examples` ディレクトリを参照ください。 + +### 0.7.x から 0.8.x への移行 + +`M5Stack-Avatar` は現在、M5Stackシリーズの機能を統合したライブラリである `M5Unified` に依存しています。 +バージョン0.8.0以降では、アバターを使ったスケッチは`M5Stack.h`や`M5Core2.h`ではなく`M5Unified.h`をインクルードするようにしてください。 diff --git a/library.json b/library.json index de300b8..585b7ca 100644 --- a/library.json +++ b/library.json @@ -17,7 +17,7 @@ "license": "MIT", "dependencies": { }, - "version": "0.7.4", + "version": "0.8.0", "frameworks": "arduino", "platforms": "espressif32" } diff --git a/library.properties b/library.properties index 1a2d42c..3d753d9 100644 --- a/library.properties +++ b/library.properties @@ -1,5 +1,5 @@ name=M5Stack_Avatar -version=0.7.4 +version=0.8.0 author=Shinya Ishikawa maintainer=Shinya Ishikawa sentence=Yet another avatar module for M5Stack