Skip to content

Commit

Permalink
Increase version number and update copyright year
Browse files Browse the repository at this point in the history
  • Loading branch information
Wandmalfarbe committed Apr 16, 2022
1 parent 668e0e0 commit 66f524b
Show file tree
Hide file tree
Showing 3 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
@@ -1,6 +1,6 @@
BSD 3-Clause License

Copyright (c) 2018 - 2019, Pascal Wagler
Copyright (c) 2018 - 2022, Pascal Wagler
All rights reserved.

Redistribution and use in source and binary forms, with or without
Expand Down
6 changes: 3 additions & 3 deletions Resources/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@
<key>CFBundlePackageType</key>
<string>BNDL</string>
<key>CFBundleShortVersionString</key>
<string>1.1.1</string>
<string>1.1.2</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>1.1.1</string>
<string>1.1.2</string>
<key>NSHumanReadableCopyright</key>
<string>Copyright © 2018 - 2019 Pascal Wagler. All rights reserved.</string>
<string>Copyright © 2018 - 2022 Pascal Wagler. All rights reserved.</string>
<key>NSPrincipalClass</key>
<string>EvangelionClock</string>
</dict>
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Evangelion-Clock-Screensaver",
"version": "1.1.1",
"version": "1.1.2",
"description": "A digital clock screensaver inspired by the graphical interfaces from Neon Genesis Evengelion.",
"author": {
"name": "Pascal Wagler",
Expand Down

0 comments on commit 66f524b

Please sign in to comment.