diff --git a/config/version.py b/config/version.py index e6f3c56..3882357 100644 --- a/config/version.py +++ b/config/version.py @@ -1,4 +1,4 @@ SW_NAME = "eive" VERSION_MAJOR = 1 -VERSION_MINOR = 3 +VERSION_MINOR = 4 VERSION_SUBMINOR = 0 diff --git a/tmtc_client_cli.py b/tmtc_client_cli.py index 89b529d..c481101 100644 --- a/tmtc_client_cli.py +++ b/tmtc_client_cli.py @@ -16,7 +16,7 @@ Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/tmtc_client_gui.py b/tmtc_client_gui.py index dd05245..1d44dd2 100644 --- a/tmtc_client_gui.py +++ b/tmtc_client_gui.py @@ -16,7 +16,7 @@ Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS,