Skip to content

Commit be0afcc

Browse files
Release 1.8.4
1 parent 371baf5 commit be0afcc

File tree

4 files changed

+14
-3
lines changed

4 files changed

+14
-3
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,15 @@
11
# Change Log
2+
## [1.8.4] - 2024-07-09
3+
## Bug Fixes
4+
5+
- fix: pass in type for swift to use the correct variable types by @jsalaber in #158
6+
7+
8+
9+
## Uncategorized
10+
11+
12+
213
## [1.8.3] - 2024-04-30
314
## Bug Fixes
415

android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
group 'com.devcycle.devcycle_flutter_client_sdk'
2-
version '1.8.3'
2+
version '1.8.4'
33

44
buildscript {
55
ext.kotlin_version = '1.9.23'

ios/devcycle_flutter_client_sdk.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#
55
Pod::Spec.new do |s|
66
s.name = 'devcycle_flutter_client_sdk'
7-
s.version = '1.8.3'
7+
s.version = '1.8.4'
88
s.summary = 'DevCycle Flutter Client SDK plugin project.'
99
s.description = <<-DESC
1010
A Flutter plugin to integrate with DevCycle Feature Flags.

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: devcycle_flutter_client_sdk
22
description: Official Flutter Client SDK for DevCycle. Supports iOS and Android.
3-
version: "1.8.3"
3+
version: "1.8.4"
44
homepage: https://www.devcycle.com
55
repository: https://github.com/DevCycleHQ/flutter-client-sdk
66
documentation: https://docs.devcycle.com/docs/sdk/client-side-sdks/flutter

0 commit comments

Comments
 (0)