diff --git a/.github/workflows/ci_windows.yml b/.github/workflows/ci_windows.yml index 767ae95..9a6b6b6 100644 --- a/.github/workflows/ci_windows.yml +++ b/.github/workflows/ci_windows.yml @@ -9,6 +9,7 @@ on: paths: - "**/CMakeLists.txt" - "**.cmake" + - "**.f90" - ".github/workflows/ci_windows.yml" pull_request: release: diff --git a/codemeta.json b/codemeta.json index 75c486e..8bbeae3 100644 --- a/codemeta.json +++ b/codemeta.json @@ -3,7 +3,7 @@ "@type": "SoftwareSourceCode", "codeRepository": "https://github.com/geospace-code/nc4fortran", "contIntegration": "https://github.com/geospace-code/nc4fortran/actions", - "dateModified": "2022-05-17", + "dateModified": "2022-05-27", "downloadUrl": "https://github.com/geospace-code/nc4fortran/releases", "issueTracker": "https://github.com/geospace-code/nc4fortran/issues", "name": "nc4fortran", diff --git a/meson.build b/meson.build index 7256513..a6b3633 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,6 @@ project('nc4fortran', 'fortran', -meson_version : '>=0.57.0' +meson_version : '>=0.57.0', +version : '1.6.1' ) fs = import('fs')