Skip to content

Commit

Permalink
fix: version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
aliberski committed Jan 8, 2025
1 parent 71a1908 commit c746479
Show file tree
Hide file tree
Showing 5 changed files with 13,346 additions and 19,849 deletions.
9 changes: 0 additions & 9 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -62,12 +62,3 @@ buck-out/
*.jsbundle
/lib
/test_project

# Yarn
.yarn/*
!.yarn/patches
!.yarn/plugins
!.yarn/releases
!.yarn/sdks
!.yarn/versions
.yarnrc.yml
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).

## [3.3.0] - 2024-12-20
## [3.4.0] - 2024-12-20

### Changed

Expand Down
4 changes: 2 additions & 2 deletions example/ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -939,7 +939,7 @@ PODS:
- React-Mapbuffer (0.74.1):
- glog
- React-debug
- react-native-ble-plx (3.2.1):
- react-native-ble-plx (3.4.0):
- DoubleConversion
- glog
- hermes-engine
Expand Down Expand Up @@ -1461,7 +1461,7 @@ SPEC CHECKSUMS:
React-jsitracing: 233d1a798fe0ff33b8e630b8f00f62c4a8115fbc
React-logger: 7e7403a2b14c97f847d90763af76b84b152b6fce
React-Mapbuffer: 11029dcd47c5c9e057a4092ab9c2a8d10a496a33
react-native-ble-plx: 08539040709361221aa9f8cada60dc730b9168c5
react-native-ble-plx: 225d5a3da3f69264f2f0939da30a27ec21697009
react-native-mmkv: 8c9a677e64a1ac89b0c6cf240feea528318b3074
react-native-safe-area-context: dcab599c527c2d7de2d76507a523d20a0b83823d
React-nativeconfig: b0073a590774e8b35192fead188a36d1dca23dec
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "react-native-ble-plx",
"version": "3.3.0",
"version": "3.4.0",
"packageManager": "[email protected]",
"description": "React Native Bluetooth Low Energy library",
"main": "src/index",
"module": "src/index",
Expand Down
Loading

0 comments on commit c746479

Please sign in to comment.