Skip to content

Commit

Permalink
Update readme and version number to 1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
arthurits committed Apr 1, 2023
1 parent 8ca56b4 commit 4a4010b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# <img src="/SignalAnalysis/images/logo@24.png?raw=true" height="24" width="24"> Signal analysis
Signal analysis tool: FFT (fast Fourier transform), fractal dimension, and entropy in .NET 7.
Signal analysis tool: FFT (fast Fourier transform), fractal dimension, entropy, and numerical differentiation and integration in .NET 7.

Copyright © 2021-2023 by Arthurits Ltd. No commercial nor profit use allowed. This software is provided only for personal and not-for-profit use.

Expand Down
2 changes: 1 addition & 1 deletion SignalAnalysis/SignalAnalysis.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<UseWindowsForms>true</UseWindowsForms>
<ImplicitUsings>enable</ImplicitUsings>
<ApplicationIcon>images\logo.ico</ApplicationIcon>
<Version>$(VersionPrefix)1.3</Version>
<Version>$(VersionPrefix)1.4</Version>
<Authors>Arthurits</Authors>
<Company>Arthurits Ltd.</Company>
<Copyright>© 2021-2023</Copyright>
Expand Down

0 comments on commit 4a4010b

Please sign in to comment.