Skip to content

Commit

Permalink
Merge pull request #198 from tatsuz0u/develop
Browse files Browse the repository at this point in the history
Bugfix
  • Loading branch information
tatsuz0u committed Jan 11, 2022
2 parents 1feff85 + 9ff0e70 commit f60b869
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion EhPanda/View/Setting/EhPandaView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ struct EhPandaView: View, StoreAccessor {
var body: some View {
HStack {
VStack(alignment: .leading) {
Text("Copyright © 2021 荒木辰造").captionTextStyle()
Text("Copyright © 2022 荒木辰造").captionTextStyle()
Text(version).captionTextStyle()
}
Spacer()
Expand Down

0 comments on commit f60b869

Please sign in to comment.