Skip to content

Commit

Permalink
Version 1.2.1 Bump
Browse files Browse the repository at this point in the history
  • Loading branch information
EionRobb committed Aug 8, 2016
1 parent 119ae0c commit f477d9e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion skypeweb/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ cmake_minimum_required (VERSION 2.8)
set(PROJECT_NAME "skypeweb")
set(VERSION_MAJOR "1")
set(VERSION_MINOR "2")
set(VERSION_PATCH "0")
set(VERSION_PATCH "1")

project(${PROJECT_NAME})

Expand Down
1 change: 1 addition & 0 deletions skypeweb/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ Download latest releases from [here](https://github.com/EionRobb/skype4pidgin/re

Change Log
----------
* 1.2.1 - Fixes support for Live logins again, fixes setting mood message setting, fixes friend search, hopefully less disconnects
* 1.2 - Adds support for libpurple 2.11.0, allows setting "mood" messages
* 1.1 - Support file transfers, fix for Live logins, fix for other crashes
* 1.0 - Support Live (email address) logins
Expand Down
2 changes: 1 addition & 1 deletion skypeweb/libskypeweb.h
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ G_MODULE_EXPORT GType skypeweb_protocol_get_type(void);
#define SKYPEWEB_MAX_MSG_RETRY 2

#define SKYPEWEB_PLUGIN_ID "prpl-skypeweb"
#define SKYPEWEB_PLUGIN_VERSION "1.2"
#define SKYPEWEB_PLUGIN_VERSION "1.2.1"

#define SKYPEWEB_LOCKANDKEY_APPID "[email protected]"
#define SKYPEWEB_LOCKANDKEY_SECRET "Q1P7W2E4J9R8U3S5"
Expand Down
2 changes: 1 addition & 1 deletion skypeweb/pidgin-skypeweb.nsi
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ SetCompress off
!define PRODUCT_NAME "pidgin-skypeweb"
!endif
!ifndef PRODUCT_VERSION
!define PRODUCT_VERSION "v1.2"
!define PRODUCT_VERSION "v1.2.1"
!endif
!define PRODUCT_PUBLISHER "Eion Robb"
!define PRODUCT_WEB_SITE "http://eion.robbmob.com/"
Expand Down

0 comments on commit f477d9e

Please sign in to comment.