Skip to content

Commit

Permalink
🔖 Update version to 4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
andretortolano committed Sep 17, 2024
1 parent b62f2d3 commit 82b850d
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 4 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
## 4.0.0
* ♻️ SDK4 branch merge cleanup (b62f2d3)
* 🔧 Update release script to support 'release/*' branches (50bd0b0)
* ⬆️ Update to SDK 4.0.0-beta.1 (38e57f9)
* 🔧 Add google services key replacement in CI (09884d4)
* 🔧 Update build machines in CI config (27613af)
* 🎬 Update notification service extension versions (2eadeff)
* 🔧 Configure example notification extension build (a7c86a9)
* 🎬 Update example app (d987a83)
* ⬆️ Update native iOS SDK dependency (90dfa05)
* ✨ sdk update 4.0.0-alpha1 on Android (50bd39a)

## 4.0.0-beta.1
* 🔧 Update release script to support 'release/*' branches (f0e7a6c)
* ⬆️ Update to SDK 4.0.0-beta.1 (1dc9a07)
Expand Down
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
group 'com.appcues.flutter.sdk'
version '4.0.0-beta.1'
version '4.0.0'

buildscript {
ext.kotlin_version = '1.6.20'
Expand Down
2 changes: 1 addition & 1 deletion example/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: appcues_flutter_example
description: Demonstrates how to use the appcues_flutter plugin.
publish_to: 'none' # Remove this line if you wish to publish to pub.dev
version: 4.0.0-beta.1
version: 4.0.0
environment:
sdk: ">=2.17.0-0 <4.0.0"
dependencies:
Expand Down
2 changes: 1 addition & 1 deletion ios/appcues_flutter.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'appcues_flutter'
s.version = '4.0.0-beta.1'
s.version = '4.0.0'
s.summary = 'Plugin package to bridge the native Appcues iOS SDK in a Flutter application.'
s.description = <<-DESC
A plugin package for sending user properties and events to the Appcues API and retrieving and rendering Appcues content based on those properties and events.
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: appcues_flutter
description: Plugin package to bridge the native Appcues SDKs in a Flutter application.
version: 4.0.0-beta.1
version: 4.0.0
homepage: https://www.appcues.com
repository: https://github.com/appcues/appcues-flutter-plugin
environment:
Expand Down

0 comments on commit 82b850d

Please sign in to comment.