From cd6bf39b05b70f6f8d4dfd551a1eebeff3c41af1 Mon Sep 17 00:00:00 2001 From: Dilum Aluthge Date: Sun, 17 Jan 2021 00:54:36 -0500 Subject: [PATCH] Run tests with both 32-bit and 64-bit binaries (#12) * Run tests with both 32-bit and 64-bit binaries * Remove a comment * Bump patch version * Add "contributors" to authors --- .github/workflows/ci.yml | 2 +- Project.toml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9c35568..858461e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -25,7 +25,7 @@ jobs: - windows-latest arch: - x64 - # - x86 # TODO: uncomment this line + - x86 exclude: - os: macOS-latest arch: x86 diff --git a/Project.toml b/Project.toml index db01839..255b140 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "Preferences" uuid = "21216c6a-2e73-6563-6e65-726566657250" -authors = ["Elliot Saba "] -version = "1.2.0" +authors = ["Elliot Saba ", "contributors"] +version = "1.2.1" [deps] TOML = "fa267f1f-6049-4f14-aa54-33bafae1ed76"