Skip to content

Commit a87662a

Browse files
committed
chore: set version to 0.2.4
Signed-off-by: Timo Glastra <[email protected]>
1 parent 59b8999 commit a87662a

File tree

5 files changed

+5
-6
lines changed

5 files changed

+5
-6
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ permissions:
66

77
on:
88
push:
9-
branches: [main]
9+
branches: [v0.2.4]
1010
pull_request:
1111
branches: [main]
1212
workflow_dispatch:
@@ -55,7 +55,6 @@ jobs:
5555
run: pnpm test
5656

5757
continous-deployment:
58-
if: github.event_name == 'workflow_dispatch'
5958
runs-on: ubuntu-latest
6059
needs: ['continous-integration']
6160

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
3-
"version": "0.2.3",
3+
"version": "0.2.4",
44
"npmClient": "pnpm",
55
"command": {
66
"version": {

packages/askar-nodejs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@openwallet-foundation/askar-nodejs",
3-
"version": "0.2.3",
3+
"version": "0.2.4",
44
"license": "Apache-2.0",
55
"description": "Nodejs wrapper for Askar",
66
"main": "build/index",

packages/askar-react-native/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@openwallet-foundation/askar-react-native",
3-
"version": "0.2.3",
3+
"version": "0.2.4",
44
"license": "Apache-2.0",
55
"description": "React Native wrapper for Askar",
66
"main": "build/index",

packages/askar-shared/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@openwallet-foundation/askar-shared",
3-
"version": "0.2.3",
3+
"version": "0.2.4",
44
"license": "Apache-2.0",
55
"description": "Shared library for using Askar with NodeJS and React Native",
66
"main": "build/index",

0 commit comments

Comments
 (0)