We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd50b01 commit 9a2a58dCopy full SHA for 9a2a58d
.github/workflows/build.yml
@@ -43,7 +43,6 @@ jobs:
43
44
build-linux-i386:
45
runs-on: ubuntu-latest
46
- # container: i386/ubuntu:latest
47
steps:
48
- uses: actions/checkout@v2
49
- name: Build Project
diadog.nimble
@@ -2,7 +2,7 @@ import strformat
2
3
# Package
4
5
-version = "1.1.0"
+version = "1.2.0"
6
author = "cobaltcore"
7
description = "Cross-platform native file dialogs."
8
license = "MIT"
0 commit comments