Skip to content

Commit

Permalink
release v2.0.0-alpha.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ammarahm-ed committed Jul 22, 2023
1 parent ef7ba1e commit 6e23b34
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/core/package-for-npm.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@open-native/core",
"version": "2.0.0-alpha.1",
"version": "2.0.0-alpha.2",
"description": "Open Native helps cross platform communities work better together.",
"main": "index",
"types": "index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@open-native/core",
"version": "2.0.0-alpha.1",
"version": "2.0.0-alpha.2",
"description": "Open Native helps cross platform communities work better together.",
"main": "index",
"types": "index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/react-android/react/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ dependencies {
api("com.squareup.okhttp3:okhttp:${okHttpVersion}")
api("com.squareup.okhttp3:okhttp-urlconnection:${okHttpVersion}")
}

api("com.facebook.fresco:fresco:2.5.0")
}


0 comments on commit 6e23b34

Please sign in to comment.