Skip to content

Commit

Permalink
bump version to 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gkdr committed Feb 11, 2021
1 parent 7bd9cee commit 84f72d8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: 0.6.9-dev-{build}
version: 0.7.0-{build}

image: Ubuntu1804

Expand All @@ -19,4 +19,4 @@ after_test:

artifacts:
- path: build/lurch.so
name: lurch-$APPVEYOR_BUILD_VERSION-$APPVEYOR_REPO_COMMIT.so
name: lurch-$APPVEYOR_BUILD_VERSION-$APPVEYOR_REPO_COMMIT.so
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# lurch 0.6.9-dev
# lurch 0.7.0
/lʊʁç/. In German, an Axolotl is a type of Lurch, which simply means 'amphibian'. This plugin brings _Axolotl_, by now renamed to _double ratchet_, to _libpurple_ applications such as [Pidgin](https://www.pidgin.im/) by implementing the [XEP-0384: OMEMO Encryption](https://xmpp.org/extensions/xep-0384.html). For a higher-level overview, see [the official OMEMO homepage](https://conversations.im/omemo/).

(Plus I thought the word sounds funny.)
Expand Down
2 changes: 1 addition & 1 deletion src/lurch.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#ifndef __LURCH_H
# define __LURCH_H

# define LURCH_VERSION "0.6.9-dev"
# define LURCH_VERSION "0.7.0"
# define LURCH_AUTHOR "Richard Bayerle <[email protected]>"

#endif /* __LURCH_H */

0 comments on commit 84f72d8

Please sign in to comment.