Skip to content

Commit

Permalink
0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
penberg committed Feb 15, 2024
1 parent 784f497 commit 2eaf332
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ jobs:

publish:
name: Publish
needs: [pack, macos-builds, windows-builds, other-builds]
needs: [pack, macos-arm64-build, macos-x64-build, windows-builds, other-builds]
runs-on: ubuntu-latest
permissions:
contents: write
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "libsql-js"
version = "0.3.0"
version = "0.3.1"
description = ""
authors = ["Pekka Enberg <[email protected]>"]
license = "MIT"
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 package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "libsql",
"version": "0.3.0",
"version": "0.3.1",
"description": "",
"os": [
"darwin",
Expand Down

0 comments on commit 2eaf332

Please sign in to comment.