Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
v0.1.0 was published before being built so it did not have the latest code. Re-releasing the correct build as v0.1.1
  • Loading branch information
chrisrohr committed Aug 16, 2023
1 parent eaf47c7 commit 518d5a5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions 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": "@kiwiproject/kiwi-test-js",
"version": "0.1.0",
"version": "0.1.1",
"description": "kiwi-test-js is a test utility library. Most of these utilities are ports from the Java Kiwi-test library",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion sonar-project.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ sonar.projectKey=kiwiproject_kiwi-test-js
sonar.organization=kiwiproject

sonar.projectName=kiwi-test-js
sonar.projectVersion=0.1.0
sonar.projectVersion=0.1.1

sonar.sources=src
sonar.javascript.lcov.reportPaths=./coverage/lcov.info

0 comments on commit 518d5a5

Please sign in to comment.