We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e224149 commit f69b73bCopy full SHA for f69b73b
1 file changed
frontend/src/App.tsx
@@ -116,7 +116,7 @@ function App() {
116
{/* Status Bar */}
117
<footer className="h-6 bg-shex-800 dark:bg-shex-900 text-white text-xs flex items-center justify-between px-4">
118
<div className="flex items-center gap-4">
119
- <span>ShExStatements v1.0.0</span>
+ <span>ShExStatements v1.0.1</span>
120
<span className="text-shex-300">|</span>
121
<span>Delimiter: {delimiter === '|' ? 'Pipe' : delimiter === ',' ? 'Comma' : 'Semicolon'}</span>
122
0 commit comments