Skip to content

Commit

Permalink
Update version number and readme
Browse files Browse the repository at this point in the history
  • Loading branch information
vmichnowicz committed May 9, 2012
1 parent a6969bb commit 2dd470f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion README.md
@@ -1,4 +1,4 @@
# VWM Surveys
# VWM Polls

VWM Polls is a polling module & fieldtype for ExpressionEngine 2.

Expand All @@ -16,6 +16,10 @@ I provide the following support options:
* [Personal contact form](http://www.vmichnowicz.com/contact)
* [Twitter](http://twitter.com/vmichnowicz)

## Video Tutorial (Installation and Configuration)

A quick video tutorial detailing the installation and configuration of VWM Polls (version 0.4.2) on ExpressionEngine 2.4 can be found on [Vimeo](http://vimeo.com/vmichnowicz/vwm-polls-installation-and-configuration)

## Example Code

Please visit the [wiki](https://github.com/vmichnowicz/vwm_polls/wiki) for the latest installation instructions and example code.
Expand Down
Expand Up @@ -18,7 +18,7 @@ class Vwm_polls_ft extends EE_Fieldtype {

public $info = array(
'name' => 'VWM Polls',
'version' => '0.5.1'
'version' => '0.5.2'
);

public $valid_options = array(
Expand Down
Expand Up @@ -16,7 +16,7 @@

class Vwm_polls_upd {

public $version = '0.5.1';
public $version = '0.5.2';

/**
* Constructor
Expand Down

0 comments on commit 2dd470f

Please sign in to comment.