Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
tbeu committed Mar 25, 2021
1 parent fbc13e2 commit ee59e75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ModelicaTableAdditions/package.mo
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
within ;
package ModelicaTableAdditions "Extension of the CombiTable blocks of the Modelica Standard Library to additionally support reading CSV and JSON files"
extends Modelica.Icons.Package;
annotation(uses(Modelica(version="4.0.0")), version="2.1.0",
annotation(uses(Modelica(version="4.0.0")), version="2.1.1",
Documentation(info="<html><p>Library <strong>ModelicaTableAdditions</strong> is an extension of the CombiTable blocks of the <a href=\"modelica://Modelica\">Modelica Standard Library</a> to additionally support reading <a href=\"https://en.wikipedia.org/wiki/Comma-separated_values\">CSV</a> and <a href=\"https://en.wikipedia.org/wiki/JSON\">JSON</a> files.</p></html>"));
end ModelicaTableAdditions;

0 comments on commit ee59e75

Please sign in to comment.