Skip to content

Commit

Permalink
Bump build and renamed HB to AB
Browse files Browse the repository at this point in the history
  • Loading branch information
viktorlarsson committed Sep 12, 2021
1 parent 93648b9 commit 5b914ff
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ If you're offended by this initiative, rest assured there is no reason to be —

## License

Öppna skolplattformen is copyright 2020–2021 Not Free Beer handelsbolag.
Öppna skolplattformen is copyright 2020–2021 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.

Expand Down
4 changes: 2 additions & 2 deletions packages/app/ios/app.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down Expand Up @@ -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";
Expand Down
2 changes: 1 addition & 1 deletion packages/site/components/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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>
)
Expand Down

0 comments on commit 5b914ff

Please sign in to comment.