Skip to content

Commit

Permalink
🔖 v1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
BytesZero committed Nov 27, 2024
1 parent c3fe9b2 commit 45fee41
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 5 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 1.3.0
* 增加 MacOS 支持
* 支持应用内评分,不需要跳出 App

## 1.2.1
* 适配 Android Gradle namespace [#15](https://github.com/BytesZero/app_installer/issues/15)
* 适配最新 Flutter 版本
Expand Down
4 changes: 2 additions & 2 deletions example/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: app_installer_example
description: Demonstrates how to use the app_installer plugin.
version: 1.2.1+10
version: 1.3.0+12
publish_to: "none"

environment:
Expand All @@ -9,7 +9,7 @@ environment:
dependencies:
flutter:
sdk: flutter

app_installer:
path: ../
# The following adds the Cupertino Icons font to your application.
Expand Down
2 changes: 1 addition & 1 deletion ios/app_installer.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#
Pod::Spec.new do |s|
s.name = 'app_installer'
s.version = '1.2.1'
s.version = '1.3.0'
s.summary = 'App Installer'
s.description = 'App Installer'
s.homepage = 'https://github.com/BytesZero/app_installer'
Expand Down
2 changes: 1 addition & 1 deletion macos/app_installer.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#
Pod::Spec.new do |s|
s.name = 'app_installer'
s.version = '1.2.1'
s.version = '1.3.0'
s.summary = 'App Installer'
s.description = 'App Installer'
s.homepage = 'https://github.com/BytesZero/app_installer'
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: app_installer
description: A new Android + iOS app installer plugin , supports opening app stores and editor reviews, as well as installing Apk files.
version: 1.2.1
version: 1.3.0
homepage: https://github.com/BytesZero/app_installer
documentation: https://github.com/BytesZero/app_installer/tree/master/example

Expand Down

0 comments on commit 45fee41

Please sign in to comment.