Skip to content

Commit

Permalink
1.2.2 is after 1.2.1 whic in tunr is really just 1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mikebrady committed Jun 1, 2024
1 parent 066f12e commit 080dcf5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ name: Build and push docker (push/pull request)

on:
workflow_dispatch:
release:
types: [published]
push:
branches:
- master
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -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], [[email protected]])
AC_INIT([sps-alsa-explore], [1.2.2-dev], [[email protected]])
AM_INIT_AUTOMAKE
AC_CONFIG_SRCDIR([sps-alsa-explore.c])
AC_CONFIG_HEADERS([config.h])
Expand Down

0 comments on commit 080dcf5

Please sign in to comment.