Bump build and renamed HB to AB

pull/456/head
Viktor Sarström 3 years ago
parent 93648b9466
commit 5b914ffed0

@ -186,7 +186,7 @@
same "printed page" as the copyright notice for easier
identification within third-party archives.
Copyright 2021 Not free beer HB
Copyright 2021 Not free beer AB
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.

@ -108,7 +108,7 @@ If you're offended by this initiative, rest assured there is no reason to be —
## License
Öppna skolplattformen is copyright 20202021 Not Free Beer handelsbolag.
Öppna skolplattformen is copyright 20202021 Not Free Beer AB.
Licensed under the [Apache License, Version 2.0](LICENSE) (the "License"); you may use Öppna skolplattformen in compliance with the License. A copy of the License is included with this repository.

@ -784,7 +784,7 @@
CLANG_ENABLE_MODULES = YES;
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 161;
CURRENT_PROJECT_VERSION = 162;
DEVELOPMENT_TEAM = 76DV673YHX;
ENABLE_BITCODE = NO;
INFOPLIST_FILE = app/Info.plist;
@ -813,7 +813,7 @@
CLANG_ENABLE_MODULES = YES;
CODE_SIGN_IDENTITY = "iPhone Distribution";
CODE_SIGN_STYLE = Manual;
CURRENT_PROJECT_VERSION = 161;
CURRENT_PROJECT_VERSION = 162;
DEVELOPMENT_TEAM = 76DV673YHX;
INFOPLIST_FILE = app/Info.plist;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";

@ -76,7 +76,7 @@ const Footer = () => {
</div>
<div className="py-8 text-center text-gray-500">
<p>© copyright 2021 by Not free beer HB</p>
<p>© copyright 2021 by Not free beer AB</p>
</div>
</footer>
)

Loading…
Cancel
Save