From 080dcf5bf8eadb512ae10d0d83f1ec514a1789bc Mon Sep 17 00:00:00 2001 From: Mike Brady <4265913+mikebrady@users.noreply.github.com> Date: Sat, 1 Jun 2024 19:05:37 +0100 Subject: [PATCH] 1.2.2 is after 1.2.1 whic in tunr is really just 1.2 --- .github/workflows/docker.yml | 2 ++ configure.ac | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index 8750d59..aa3c026 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -8,6 +8,8 @@ name: Build and push docker (push/pull request) on: workflow_dispatch: + release: + types: [published] push: branches: - master diff --git a/configure.ac b/configure.ac index cfeb08d..98b8c38 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ([2.50]) -AC_INIT([sps-alsa-explore], [1.2-dev], [4265913+mikebrady@users.noreply.github.com]) +AC_INIT([sps-alsa-explore], [1.2.2-dev], [4265913+mikebrady@users.noreply.github.com]) AM_INIT_AUTOMAKE AC_CONFIG_SRCDIR([sps-alsa-explore.c]) AC_CONFIG_HEADERS([config.h])