Skip to content

Commit

Permalink
Release 7.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ospfranco committed Aug 18, 2024
1 parent 047df91 commit 6521a4e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@op-engineering/op-sqlite",
"version": "7.1.0",
"version": "7.1.1",
"description": "Next generation SQLite for React Native",
"main": "lib/commonjs/index",
"module": "lib/module/index",
Expand Down
1 change: 0 additions & 1 deletion scripts/release.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
set -ex

# cd ..
npm --no-git-tag-version version $1
VERSION=$(node -p "require('./package.json').version")
echo "Releasing $VERSION"
Expand Down

0 comments on commit 6521a4e

Please sign in to comment.