Skip to content

Commit

Permalink
Bump version number
Browse files Browse the repository at this point in the history
  • Loading branch information
zoontek committed Jul 31, 2024
1 parent fc07048 commit bb7f2c8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -349,7 +349,7 @@ The package provides a default mock you may import in your `__mocks__` directory

```ts
// __mocks__/react-native-localize.ts
export * from "react-native-localize/mock";
export * from "react-native-localize/mock"; // or "react-native-localize/mock/jest"
```

## Sponsors
Expand Down
4 changes: 2 additions & 2 deletions example/ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1111,7 +1111,7 @@ PODS:
- React-jsi (= 0.73.2)
- React-logger (= 0.73.2)
- React-perflogger (= 0.73.2)
- RNLocalize (3.2.0):
- RNLocalize (3.2.1):
- React-Core
- SocketRocket (0.6.1)
- Yoga (1.14.0)
Expand Down Expand Up @@ -1369,7 +1369,7 @@ SPEC CHECKSUMS:
React-runtimescheduler: df8945a656356ff10f58f65a70820478bfcf33ad
React-utils: f5bc61e7ea3325c0732ae2d755f4441940163b85
ReactCommon: 45b5d4f784e869c44a6f5a8fad5b114ca8f78c53
RNLocalize: b77875884750cb6a58cd6865863fe2ba2729b72b
RNLocalize: 4f22418187ecd5ca693231093ff1d912d1b3c9bc
SocketRocket: f32cd54efbe0f095c4d7594881e52619cfe80b17
Yoga: 13c8ef87792450193e117976337b8527b49e8c03

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": "react-native-localize",
"version": "3.2.0",
"version": "3.2.1",
"license": "MIT",
"description": "A toolbox for your React Native app localization.",
"author": "Mathieu Acthernoene <[email protected]>",
Expand Down

0 comments on commit bb7f2c8

Please sign in to comment.