Skip to content

Commit

Permalink
Fix license identifier and update version
Browse files Browse the repository at this point in the history
  • Loading branch information
mostafa committed Jun 20, 2022
1 parent 5618748 commit 6df4449
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "xk6-kafka",
"version": "0.10.0",
"version": "0.11.0",
"description": "xk6-kafka is a k6 extension to load test Apache Kafka",
"main": "index.d.ts",
"repository": "git@github.com:mostafa/xk6-kafka.git",
"author": "Mostafa Moradian <mostafamoradian0@gmail.com>",
"license": "Apache 2.0",
"license": "Apache-2.0",
"scripts": {
"generate-docs": "yarn exec typedoc index.d.ts"
},
Expand Down

0 comments on commit 6df4449

Please sign in to comment.