Skip to content

Commit

Permalink
Bump version to 0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
gkdr committed Apr 21, 2019
1 parent 53663ba commit 7ed36ca
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: 0.2.2-dev-{build}
version: 0.2.2

image: Ubuntu1804

Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# carbons 0.2.1
[![Build status](https://ci.appveyor.com/api/projects/status/0t32ouomatf2teld/branch/dev?svg=true)](https://ci.appveyor.com/project/gkdr/carbons/branch/dev)
[![codecov](https://codecov.io/gh/gkdr/carbons/branch/dev/graph/badge.svg)](https://codecov.io/gh/gkdr/carbons)
# carbons 0.2.2
[![Build status](https://ci.appveyor.com/api/projects/status/0t32ouomatf2teld/branch/master?svg=true)](https://ci.appveyor.com/project/gkdr/carbons/branch/dev)
[![codecov](https://codecov.io/gh/gkdr/carbons/branch/master/graph/badge.svg)](https://codecov.io/gh/gkdr/carbons)
[![Language grade: C/C++](https://img.shields.io/lgtm/grade/cpp/g/gkdr/carbons.svg?logo=lgtm&logoWidth=18)](https://lgtm.com/projects/g/gkdr/carbons/context:cpp)

Experimental [XEP-0280: Message Carbons](https://xmpp.org/extensions/xep-0280.html) plugin for libpurple (Pidgin, Finch, etc.)
Expand Down
2 changes: 1 addition & 1 deletion src/carbons.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#ifndef __CARBONS_H
# define __CARBONS_H

# define CARBONS_VERSION "0.2.1"
# define CARBONS_VERSION "0.2.2"
# define CARBONS_AUTHOR "Richard Bayerle <riba@firemail.cc>"

void carbons_xml_received_cb(PurpleConnection * gc_p, xmlnode ** stanza_pp);
Expand Down

0 comments on commit 7ed36ca

Please sign in to comment.