Skip to content

Commit

Permalink
Update version to 0.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
atuonufure committed Nov 4, 2024
1 parent 2cc04cc commit 5d2e8e0
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/release-package.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
name: Node.js Package

on:
release:
types: [created]
push:
branches:
- master

jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion sdc-qrf/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "sdc-qrf",
"license": "MIT",
"version": "0.3.1",
"version": "0.3.2",
"scripts": {
"build": "tsc",
"coverage": "jest --coverage --coverageReporters=text-lcov | coveralls",
Expand Down
2 changes: 1 addition & 1 deletion web/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "web",
"type": "module",
"version": "0.3.1",
"version": "0.3.2",
"private": true,
"dependencies": {
"@codemirror/commands": "^6.2.4",
Expand Down

0 comments on commit 5d2e8e0

Please sign in to comment.