Skip to content

Commit

Permalink
Merge branch 'feature/new-urls' into develop
Browse files Browse the repository at this point in the history
AppStore release 1.4.1.
  • Loading branch information
youngde811 committed Aug 17, 2023
2 parents 88349d3 + 17fee5b commit 5aaa44e
Show file tree
Hide file tree
Showing 5 changed files with 408 additions and 140 deletions.
6 changes: 6 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
2023-08-17 David E. Young <[email protected]>

* AppStore: Release 1.4.1.
* EasterEggs: Added two new URLs.
* Insults: Increased the insult count.

2023-08-17 David E. Young <[email protected]>

* AppStore: Release 1.4.0.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ The insult generator itself is based on the work of Kurt Blair's [Shakespearean

## Latest News ##

- _08/17/2023_: Version 1.4.0 is out. A major release to the AppStore:
- _08/17/2023_: Version 1.4.1 is out. A major release to the AppStore:
- Context-sensitive buttons.
- Hidden "Easter eggs".
- Animation improvements.
Expand Down
4 changes: 2 additions & 2 deletions apps/WillieShake/app.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"expo": {
"name": "WillieShake",
"slug": "WillieShake",
"version": "1.4.0",
"version": "1.4.1",
"orientation": "portrait",
"icon": "./assets/bootsplash_logo.png",
"userInterfaceStyle": "light",
Expand All @@ -17,7 +17,7 @@
"ios": {
"supportsTablet": false,
"bundleIdentifier": "com.bosshog811.WillieShake",
"buildNumber": "1.4.0",
"buildNumber": "1.4.1",
"requireFullScreen": true,
},
"android": {
Expand Down
Loading

0 comments on commit 5aaa44e

Please sign in to comment.