Skip to content

Commit

Permalink
Release 1.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
taplytics-robot committed Apr 26, 2024
1 parent a75a09b commit deae08f
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 3 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,16 @@
# Change Log
## [1.8.1] - 2024-04-26
## Bug Fixes

- fix: use raw value instead of returning internal enum class by @jsalaber in #146



## Uncategorized

- Change dependabot to weekly by @JamieSinn in #144


## [1.8.0] - 2024-04-24
## Features

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.devcycle.devcycle_flutter_client_sdk'
version '1.8.0'
version '1.8.1'

buildscript {
ext.kotlin_version = '1.9.23'
Expand Down
2 changes: 1 addition & 1 deletion ios/devcycle_flutter_client_sdk.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
Pod::Spec.new do |s|
s.name = 'devcycle_flutter_client_sdk'
s.version = '1.8.0'
s.version = '1.8.1'
s.summary = 'A new Flutter plugin project.'
s.description = <<-DESC
A new Flutter plugin project.
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: devcycle_flutter_client_sdk
description: Official Flutter Client SDK for DevCycle. Supports iOS and Android.
version: "1.8.0"
version: "1.8.1"
homepage: https://www.devcycle.com
repository: https://github.com/DevCycleHQ/flutter-client-sdk
documentation: https://docs.devcycle.com/docs/sdk/client-side-sdks/flutter
Expand Down

0 comments on commit deae08f

Please sign in to comment.