Skip to content

Commit 520b8f2

Browse files
authored
Merge pull request #206 from kit-data-manager/dev
updated version in somesy.toml
2 parents a25b8f7 + 8647a34 commit 520b8f2

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

CITATION.cff

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ title: '@kit-data-manager/pid-component'
55
abstract: The PID-Component is a web component that can be used to evaluate and display
66
FAIR Digital Objects, PIDs, ORCiDs, and possibly other identifiers in a user-friendly
77
way. It is easily extensible to support other identifier types.
8-
version: 0.1.0
8+
version: 0.1.1
99
keywords:
1010
- stencil
1111
- webcomponent

codemeta.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
],
2020
"name": "@kit-data-manager/pid-component",
2121
"description": "The PID-Component is a web component that can be used to evaluate and display FAIR Digital Objects, PIDs, ORCiDs, and possibly other identifiers in a user-friendly way. It is easily extensible to support other identifier types.",
22-
"version": "0.1.0",
22+
"version": "0.1.1",
2323
"keywords": [
2424
"stencil",
2525
"webcomponent",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@kit-data-manager/pid-component",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"license": "Apache-2.0",
55
"description": "The PID-Component is a web component that can be used to evaluate and display FAIR Digital Objects, PIDs, ORCiDs, and possibly other identifiers in a user-friendly way. It is easily extensible to support other identifier types.",
66
"author": {

somesy.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "@kit-data-manager/pid-component"
3-
version = "0.1.0"
3+
version = "0.1.1"
44
description = "The PID-Component is a web component that can be used to evaluate and display FAIR Digital Objects, PIDs, ORCiDs, and possibly other identifiers in a user-friendly way. It is easily extensible to support other identifier types."
55
license = "Apache-2.0"
66
repository = "https://github.com/kit-data-manager/pid-component"

0 commit comments

Comments
 (0)