Skip to content

Commit

Permalink
Version v0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
trikko committed May 12, 2024
1 parent 152b52c commit 5c398d9
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
- name: Archive production artifacts
uses: actions/upload-artifact@v4
with:
name: innosetup-exe
name: setup
path: ./Output/etichetta-setup.exe


2 changes: 1 addition & 1 deletion etichetta.iss
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[Setup]
AppName=Etichetta
AppVersion=0.1.2
AppVersion=0.1.3
DefaultDirName={pf}\etichetta
DefaultGroupName=etichetta
UninstallDisplayIcon={app}\etichetta.ico
Expand Down
2 changes: 1 addition & 1 deletion snapcraft.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: etichetta
version: 0.1.2
version: 0.1.3
summary: A YOLO annotator, for human beings
description: |
Etichetta is a YOLO annotator, for human beings. It allows you to
Expand Down
2 changes: 1 addition & 1 deletion source/common.d
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ module common;

import std.algorithm : each;

immutable VERSION_STRING = "v0.1.2";
immutable VERSION_STRING = "v0.1.3";

enum State
{
Expand Down

0 comments on commit 5c398d9

Please sign in to comment.