Skip to content

Commit

Permalink
chore: bump version for publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
tuantvu committed Apr 13, 2021
1 parent 577ab37 commit 6abcd48
Show file tree
Hide file tree
Showing 10 changed files with 13 additions and 15 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# jitsi_meet

#### Support us using our patreon account . https://www.patreon.com/Gunschu
#### Support us using our patreon account. https://www.patreon.com/Gunschu


Jitsi Meet Plugin for Flutter. Supports Android, iOS, and Web platforms.
Expand Down
4 changes: 1 addition & 3 deletions jitsi_meet/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
## 4.0.0-nullsafety.1
## 4.0.0
* Update Jitsi Meet SDK for Android to 3.3.0.
* Update Jitsi Meet SDK for iOS to 3.3.0.

## 4.0.0-nullsafety.0
* Breaking: Null safety support.

## 3.0.0
Expand Down
2 changes: 1 addition & 1 deletion jitsi_meet/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# jitsi_meet

#### Support us using our patreon account . https://www.patreon.com/Gunschu
#### Support us using our patreon account. https://www.patreon.com/Gunschu


Jitsi Meet Plugin for Flutter. Supports Android, iOS, and Web platforms.
Expand Down
6 changes: 3 additions & 3 deletions jitsi_meet/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: jitsi_meet
description: Jitsi Meet Plugin - A plugin for integrating open source Jitsi Meet API in flutter. Jitsi Meet is secure, fully featured and allows completely free video conferencing made with https://jitsi.org, a collection of open source projects
version: 4.0.0-nullsafety.1
version: 4.0.0
homepage: https://github.com/gunschu/jitsi_meet

environment:
Expand All @@ -10,8 +10,8 @@ environment:
dependencies:
flutter:
sdk: flutter
jitsi_meet_platform_interface: ^2.0.0-nullsafety.0
jitsi_meet_web_plugin: ^2.0.0-nullsafety.0
jitsi_meet_platform_interface: ^2.0.0
jitsi_meet_web_plugin: ^2.0.0

dev_dependencies:
flutter_test:
Expand Down
2 changes: 1 addition & 1 deletion jitsi_meet_platform_interface/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## 2.0.0-nullsafety.0
## 2.0.0
* BREAKING: Null-safety support.
## 1.0.0
* Initial implementation.
2 changes: 1 addition & 1 deletion jitsi_meet_platform_interface/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ A plugin interface for Jitsi Plugin

## Getting Started

The purpose o this plugin is allow cross-platform implementations for Jitsi Meet Plugin.
The purpose of this plugin is allow cross-platform implementations for Jitsi Meet Plugin.


For help getting started with Flutter, view our
Expand Down
2 changes: 1 addition & 1 deletion jitsi_meet_platform_interface/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: jitsi_meet_platform_interface
description: A common platform interface for the jitsi meet plugin.
version: 2.0.0-nullsafety.0
version: 2.0.0
homepage: https://github.com/gunschu/jitsi_meet

environment:
Expand Down
2 changes: 1 addition & 1 deletion jitsi_meet_web_plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## 2.0.0-nullsafety.0
## 2.0.0
* BREAKING: Null safety support.
## 1.0.0
* Initial implementation for Web support.
2 changes: 1 addition & 1 deletion jitsi_meet_web_plugin/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ packages:
name: jitsi_meet_platform_interface
url: "https://pub.dartlang.org"
source: hosted
version: "2.0.0-nullsafety.0"
version: "2.0.0"
js:
dependency: "direct main"
description:
Expand Down
4 changes: 2 additions & 2 deletions jitsi_meet_web_plugin/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: jitsi_meet_web_plugin
description: Jitsi Meet Web Plugin
version: 2.0.0-nullsafety.0
version: 2.0.0
homepage: https://github.com/gunschu/jitsi_meet

environment:
Expand All @@ -14,7 +14,7 @@ dependencies:
meta: ^1.3.0
flutter_web_plugins:
sdk: flutter
jitsi_meet_platform_interface: ^2.0.0-nullsafety.0
jitsi_meet_platform_interface: ^2.0.0

dev_dependencies:
flutter_test:
Expand Down

0 comments on commit 6abcd48

Please sign in to comment.