Skip to content

Commit f797978

Browse files
committed
4.1.1
1 parent 939bf9f commit f797978

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/publish-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: Setup Node.js
2525
uses: actions/setup-node@v4
2626
with:
27-
node-version: 18
27+
node-version: 20
2828
cache: yarn
2929

3030
- name: Install dependencies

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-audio-recorder-player",
3-
"version": "4.1.0",
3+
"version": "4.1.1",
44
"description": "React Native Audio Recorder and Player.",
55
"homepage": "https://github.com/hyochan/react-native-audio-recorder-player",
66
"main": "./lib/module/index.js",

0 commit comments

Comments
 (0)