Skip to content

Commit

Permalink
chore: release 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
LichKing-2234 committed Aug 25, 2021
1 parent c062c3f commit e32af63
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 9 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
# [1.0.0](https://github.com/AgoraIO/Flutter-RTM/compare/v1.0.0-rc.1...v1.0.0) (2021-08-25)


### Bug Fixes

* Removed unnecessary blank in `README.md` ([0e64bc3](https://github.com/AgoraIO/Flutter-RTM/commit/0e64bc352952ca0fb04f062352462bb4375251a9))


### Features

* upgrade to native 1.4.+ ([39dda38](https://github.com/AgoraIO/Flutter-RTM/commit/39dda380a23b94b077e3bd19b2c830b6bd816501))



# [1.0.0-rc.0](https://github.com/AgoraIO/Flutter-RTM/compare/v1.0.0-rc.1...v1.0.0) (2021-04-21)

# Change log

## 1.0.0-rc.1
Expand Down
15 changes: 6 additions & 9 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,21 +1,17 @@
name: agora_rtm
description: Flutter plugin for Agora RTM SDK.
version: 1.0.0-rc.1
homepage: https://www.agora.io
repository: https://github.com/AgoraIO/Flutter-RTM

version: 1.0.0
homepage: 'https://www.agora.io'
repository: 'https://github.com/AgoraIO/Flutter-RTM'
environment:
sdk: ">=2.12.0 <3.0.0"
flutter: ">=1.12.13+hotfix.6"

sdk: '>=2.12.0 <3.0.0'
flutter: '>=1.12.13+hotfix.6'
dependencies:
flutter:
sdk: flutter

dev_dependencies:
flutter_test:
sdk: flutter

flutter:
plugin:
platforms:
Expand All @@ -24,3 +20,4 @@ flutter:
pluginClass: AgoraRtmPlugin
ios:
pluginClass: AgoraRtmPlugin

0 comments on commit e32af63

Please sign in to comment.