Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Viren070 committed Feb 18, 2024
1 parent e068c9f commit 3fce9fc
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ body:
label: Emulator Manager version
description: You can find your Emulator Manager version in the top left of the screen
placeholder: |
Example: "0.13.2"
Example: "0.13.3"
validations:
required: true

Expand Down Expand Up @@ -84,5 +84,5 @@ body:
required: true
- label: I have written a short but informative title.
required: true
- label: I have updated the app to version **[0.13.2](https://github.com/Viren070/Emulator-Manager/releases/latest)**.
- label: I have updated the app to version **[0.13.3](https://github.com/Viren070/Emulator-Manager/releases/latest)**.
required: true
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/request_feature.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ body:
required: true
- label: I have written a short but informative title.
required: true
- label: I have updated the app to version **[0.13.2](https://github.com/Viren070/Emulator-Manager/releases/latest)**.
- label: I have updated the app to version **[0.13.3](https://github.com/Viren070/Emulator-Manager/releases/latest)**.
required: true
- label: I will fill out all of the requested information in this form.
required: true
2 changes: 1 addition & 1 deletion src/gui/windows/emulator_manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ def __init__(self, root_dir, open_app_settings=False, pos=None):
self.settings = Settings(self, root_dir)
self.metadata = Metadata(self, self.settings)
self.cache = Cache(self, self.settings, self.metadata)
self.version = "v0.13.2"
self.version = "v0.13.3"
self.root_dir = root_dir
if pos is None:
pos = ["", ""]
Expand Down

0 comments on commit 3fce9fc

Please sign in to comment.