Skip to content

Commit

Permalink
Changelog and version update
Browse files Browse the repository at this point in the history
  • Loading branch information
KambleSonam committed May 9, 2024
1 parent 66369f4 commit c958d6c
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 5 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
## CHANGE LOG

### Version 2.3.2 *(9th May 2024)*
-------------------------------------------
**What's new**
* **[Web Platform]**
* Added the method 'recordChargedEvent' for web

**Bug Fixes**
* **[Web Platform]**
* Added [JS package](https://pub.dev/packages/js) dependency to handle latest versions.

### Version 2.3.1 *(19th April 2024)*
-------------------------------------------
**Bug Fixes**
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ To get started, sign up [here](https://clevertap.com/live-product-demo/).

```yaml
dependencies:
clevertap_plugin: 2.3.1
clevertap_plugin: 2.3.2
```
- Run `flutter packages get` to install the SDK
Expand Down
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ plugins {
}

group 'com.clevertap.clevertap_plugin'
version '2.3.1'
version '2.3.2'

rootProject.allprojects {
repositories {
Expand Down
2 changes: 1 addition & 1 deletion ios/clevertap_plugin.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#
Pod::Spec.new do |s|
s.name = 'clevertap_plugin'
s.version = '2.3.1'
s.version = '2.3.2'
s.summary = 'CleverTap Flutter plugin.'
s.description = 'The CleverTap iOS SDK for App Analytics and Engagement.'
s.homepage = 'https://github.com/CleverTap/clevertap-ios-sdk'
Expand Down
2 changes: 1 addition & 1 deletion lib/clevertap_plugin.dart
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ class CleverTapPlugin {
static const libName = 'Flutter';

static const libVersion =
20301; // If the current version is X.X.X then pass as X0X0X
20302; // If the current version is X.X.X then pass as X0X0X

CleverTapPlugin._internal() {
/// Set the CleverTap Flutter library name and the current version for version tracking
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: clevertap_plugin
description: The CleverTap Flutter SDK for Mobile Customer Engagement,Analytics and Retention solutions.
version: 2.3.1
version: 2.3.2
homepage: https://github.com/CleverTap/clevertap-flutter

environment:
Expand Down

0 comments on commit c958d6c

Please sign in to comment.