Skip to content

Commit

Permalink
Release 1.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
alazarevski committed Nov 25, 2024
1 parent 75816ad commit de61142
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ dependencies {
implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
// Fix Duplicate class
implementation(platform("org.jetbrains.kotlin:kotlin-bom:1.8.0"))
implementation "com.flexa:spend:1.0.7"
implementation "com.flexa:spend:1.0.8"
// From node_modules

testImplementation 'junit:junit:4.13.2'
Expand Down
2 changes: 1 addition & 1 deletion flexa-react-native.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Pod::Spec.new do |s|
}

s.dependency "React-Core"
s.dependency "Flexa", "~> 1.0.7"
s.dependency "Flexa", "~> 1.0.8"

# Don't install the dependencies when we run `pod install` in the old architecture.
if ENV['RCT_NEW_ARCH_ENABLED'] == '1' then
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@flexa/flexa-react-native",
"version": "1.0.7",
"version": "1.0.8",
"description": "Flexa Components",
"main": "lib/commonjs/index",
"module": "lib/module/index",
Expand Down

0 comments on commit de61142

Please sign in to comment.