Skip to content
This repository has been archived by the owner on Jul 26, 2024. It is now read-only.

Commit

Permalink
Assembly v 3.3.1 (27.11.23)
Browse files Browse the repository at this point in the history
  • Loading branch information
adslbarxatov committed Nov 26, 2023
1 parent 8001443 commit a71f497
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/Release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
# Константы, используемые далее по тексту
env:
PROJ: ${{ github.event.repository.name }}
TAG: '3.3'
TAG: '3.3.1'

steps:
# Проверка состава репозитория (без анализа, как может показаться)
Expand Down
Binary file added .release/EnchantIt.apk
Binary file not shown.
2 changes: 1 addition & 1 deletion .release/Release.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
_Changes for v 3.3_:
_Changes for v 3.3.1_:
- “Talk to me” and “Show it to me” sections have been restored;
- Xamarin support packages have been updated;
- Fixed some graphical bugs;
Expand Down
2 changes: 1 addition & 1 deletion Changes.log
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
PA detector: changes log

Version 3.3:
Version 3.3.1:
• “Talk to me” and “Show it to me” sections have been restored;
• Xamarin support packages have been updated;
• Fixed some graphical bugs
Expand Down
2 changes: 1 addition & 1 deletion src/App.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ private readonly Color

private ContentPage solutionPage, aboutPage, ttm1Page, ttm2Page;
private const int pagesCount = 4;
private Label aboutLabel, measureLabel, resultsLabel, instructionsLabel,
private Label aboutLabel, measureLabel, resultsLabel, /*instructionsLabel,*/
space01, space02, resultsTTM1Label, aboutFontSizeField;
private Label[] pixels = new Label[2];

Expand Down

0 comments on commit a71f497

Please sign in to comment.