Skip to content

Commit

Permalink
chore: release 2.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
PierreCapo committed Aug 6, 2024
1 parent 3207a6b commit 685c459
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions android/src/main/java/com/easyuuid/EasyUuidModule.kt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ package com.easyuuid

import com.facebook.react.bridge.ReactApplicationContext
import com.facebook.react.module.annotations.ReactModule
import java.util.UUID

@ReactModule(name = EasyUuidModule.NAME)
class EasyUuidModule(reactContext: ReactApplicationContext) :
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-easy-uuid",
"version": "2.2.0",
"version": "2.2.1",
"description": "Library to provide native uuids",
"source": "./src/index.tsx",
"main": "./lib/commonjs/index.js",
Expand Down

0 comments on commit 685c459

Please sign in to comment.