Skip to content

Commit

Permalink
chore: bump version and update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
immadisairaj committed Apr 5, 2024
1 parent 56e4337 commit 391e7ff
Show file tree
Hide file tree
Showing 9 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ The application has the following functions as of now.
1. Numbers - It takes in two integer values __min__ _(inclusive)_ and __max__ _(inclusive)_, then returns a picked random number from the range.
2. List - It takes a list of items<sup>[1]</sup>, then returns a random item (picked) from the pool. The items inside the list can be (un)checked to include in the item pool.
3. History - All the picks are stored in the device, with an option to delete them when not needed.
4. RePick - Once an item is picked from a List, It can be re-picked from the picked list either immediately or from the History.

<sup>[1]</sup>item: The item can be any string - a number, a name, a place, an animal, a thing, an object, etc.

Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html

# versioning style <major>.<feature>.<fixes>+<commits>
version: 0.4.2+92
version: 0.5.0+97

environment:
sdk: ">=3.3.0 <4.0.0"
Expand Down
Binary file modified screenshots/screenshot_1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified screenshots/screenshot_2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified screenshots/screenshot_3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified screenshots/screenshot_4.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified screenshots/screenshot_5.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified screenshots/screenshot_6.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified screenshots/screenshot_7.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 391e7ff

Please sign in to comment.