Skip to content

Commit e72a71f

Browse files
committed
bump version to 0.2.0
1 parent 3efdedb commit e72a71f

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

.somesy.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "rdf-graph-visualization"
3-
version = "0.1.0"
3+
version = "0.2.0"
44
description = "Visualization of RDF graphs in Turtle format in 3D on the web."
55
keywords = ["rdf", "graph", "turtle", "visualization"]
66
license = "MIT"

CITATION.cff

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ message: If you use this software, please cite it using these metadata.
33
type: software
44
title: rdf-graph-visualization
55
abstract: Visualization of RDF graphs in Turtle format in 3D on the web.
6-
version: 0.1.0
6+
version: 0.2.0
77
keywords:
88
- rdf
99
- graph

codemeta.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
],
1919
"name": "rdf-graph-visualization",
2020
"description": "Visualization of RDF graphs in Turtle format in 3D on the web.",
21-
"version": "0.1.0",
21+
"version": "0.2.0",
2222
"keywords": [
2323
"rdf",
2424
"graph",

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "rdf-graph-visualization",
33
"private": true,
4-
"version": "0.1.0",
4+
"version": "0.2.0",
55
"type": "module",
66
"scripts": {
77
"dev": "vite",
@@ -100,4 +100,4 @@
100100
"@rollup/rollup-win32-x64-msvc": "4.22.4",
101101
"@rollup/rollup-linux-x64-gnu": "4.22.4"
102102
}
103-
}
103+
}

0 commit comments

Comments
 (0)