Skip to content

Commit

Permalink
Push v0.22
Browse files Browse the repository at this point in the history
  • Loading branch information
mrueda committed Jul 13, 2024
1 parent a41780b commit c0d5b6d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
[![Coverage Status](https://coveralls.io/repos/github/CNAG-Biomedical-Informatics/convert-pheno/badge.svg?branch=main)](https://coveralls.io/github/CNAG-Biomedical-Informatics/convert-pheno?branch=main)
[![CPAN Publish](https://github.com/cnag-biomedical-informatics/convert-pheno/actions/workflows/cpan-publish.yml/badge.svg)](https://github.com/cnag-biomedical-informatics/convert-pheno/actions/workflows/cpan-publish.yml)
[![Kwalitee Score](https://cpants.cpanauthors.org/dist/Convert-Pheno.svg)](https://cpants.cpanauthors.org/dist/Convert-Pheno)
![version](https://img.shields.io/badge/version-0.21_beta-orange)
![version](https://img.shields.io/badge/version-0.22_beta-orange)
[![Docker Build](https://github.com/cnag-biomedical-informatics/convert-pheno/actions/workflows/docker-build.yml/badge.svg)](https://github.com/cnag-biomedical-informatics/convert-pheno/actions/workflows/docker-build.yml)
[![Docker Pulls](https://badgen.net/docker/pulls/manuelrueda/convert-pheno?icon=docker&label=pulls)](https://hub.docker.com/r/manuelrueda/convert-pheno/)
[![Docker Image Size](https://badgen.net/docker/size/manuelrueda/convert-pheno?icon=docker&label=image%20size)](https://hub.docker.com/r/manuelrueda/convert-pheno/)
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.21
0.22
2 changes: 1 addition & 1 deletion lib/Convert/Pheno.pm
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ $SIG{__WARN__} = sub { warn "Warn: ", @_ };
$SIG{__DIE__} = sub { die "Error: ", @_ };

# Global variables:
our $VERSION = '0.21_1';
our $VERSION = '0.22';
our $share_dir = dist_dir('Convert-Pheno');

# SQLite database
Expand Down

0 comments on commit c0d5b6d

Please sign in to comment.