Skip to content

Commit

Permalink
web-racehorse-1.6.0
Browse files Browse the repository at this point in the history
android-racehorse-1.6.0
  • Loading branch information
smikhalevski committed Feb 1, 2024
1 parent 5470e1a commit 0513252
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion android/racehorse/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ publishing {
register<MavenPublication>("release") {
groupId = "org.racehorse"
artifactId = "racehorse"
version = "1.5.0"
version = "1.6.0"

afterEvaluate {
from(components["release"])
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion web/example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
},
"dependencies": {
"@racehorse/react": "^1.2.0",
"racehorse": "^1.5.0",
"racehorse": "^1.6.0",
"react": "^18.2.0",
"react-dom": "^18.2.0"
}
Expand Down
2 changes: 1 addition & 1 deletion web/racehorse/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "racehorse",
"version": "1.5.0",
"version": "1.6.0",
"description": "JS bindings for Racehorse.",
"main": "./lib/index.js",
"module": "./lib/index.mjs",
Expand Down

0 comments on commit 0513252

Please sign in to comment.