Skip to content

Commit

Permalink
Rossum SA ext: release version 0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mrtnzlml committed Nov 30, 2023
1 parent 2084a63 commit d22b605
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/rossum-sa-extension/manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"manifest_version": 3,
"name": "Rossum SA extension",
"version": "0.4.0",
"version": "0.4.1",
"description": "Adds additional functionality to Rossum UI for developers (SA).",
"icons": {
"16": "icons/16-crunch.png",
Expand Down
2 changes: 1 addition & 1 deletion src/rossum-sa-extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"directory": "src/rossum-sa-extension"
},
"license": "MIT",
"version": "0.4.0",
"version": "0.4.1",
"type": "commonjs",
"sideEffects": false
}
2 changes: 1 addition & 1 deletion src/rossum-sa-extension/popup/popup.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
</label>
</div>

<div class="info">0.4.0</div>
<div class="info">0.4.1</div>

<script src="popup.js"></script>
</body>
Expand Down

0 comments on commit d22b605

Please sign in to comment.