Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
mboynes committed Dec 7, 2017
1 parent 54edc70 commit d73238e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions fieldmanager.php
Expand Up @@ -3,22 +3,22 @@
* Fieldmanager Base Plugin File.
*
* @package Fieldmanager
* @version 1.2.0-alpha
* @version 1.2.1
*/

/*
Plugin Name: Fieldmanager
Plugin URI: https://github.com/alleyinteractive/wordpress-fieldmanager
Description: Add fields to WordPress programatically.
Author: Alley Interactive
Version: 1.2.0-alpha
Version: 1.2.1
Author URI: https://www.alleyinteractive.com/
*/

/**
* Current version of Fieldmanager.
*/
define( 'FM_VERSION', '1.2.0-alpha' );
define( 'FM_VERSION', '1.2.1' );

/**
* Filesystem path to Fieldmanager.
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,7 +1,7 @@
{
"name": "Fieldmanager",
"description": "Fieldmanager is a comprehensive toolkit for building forms, metaboxes, and custom admin screens for WordPress.",
"version": "1.2.0-alpha",
"version": "1.2.1",
"repository" : {
"type" : "git",
"url" : "https://github.com/alleyinteractive/wordpress-fieldmanager"
Expand Down

0 comments on commit d73238e

Please sign in to comment.