Skip to content

Commit b0668f0

Browse files
committed
Merge branch 'johannes/tar-install'
2 parents 05edcae + 67ac6ef commit b0668f0

2 files changed

Lines changed: 1 addition & 4 deletions

File tree

.github/workflows/install.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,6 @@ jobs:
99
install:
1010
runs-on: ubuntu-latest
1111
steps:
12-
- name: Checkout
13-
uses: actions/checkout@v4
14-
1512
- name: Install
1613
run: |
1714
mkdir my-app

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@unomed/react-native-matrix-sdk",
3-
"version": "0.6.0",
3+
"version": "0.6.1",
44
"description": "⚡️ FFI bindings for matrix-rust-sdk in a React Native Turbo Module ⚡️",
55
"source": "./src/index.tsx",
66
"main": "./lib/commonjs/index.js",

0 commit comments

Comments
 (0)