Skip to content

Commit

Permalink
fixes #63
Browse files Browse the repository at this point in the history
  • Loading branch information
luca committed Sep 23, 2015
1 parent b634573 commit aba5137
Show file tree
Hide file tree
Showing 6 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion php/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION=0.99.0
VERSION=0.99.1
SRCDIR = drupal
BUILDDIR = build
OUTDIR = dist
Expand Down
Binary file removed php/dist/edgesense_0.99.0.tgz
Binary file not shown.
Binary file added php/dist/edgesense_0.99.1.tgz
Binary file not shown.
Binary file modified php/dist/edgesense_latest.tgz
Binary file not shown.
2 changes: 1 addition & 1 deletion php/drupal/edgesense.admin.inc
Original file line number Diff line number Diff line change
Expand Up @@ -520,7 +520,7 @@ EOF;

$form['datapackage']['license_url'] = array(
'#type' => 'textfield',
'#title' => t('Basic Auth Password'),
'#title' => t('Data License URL'),
'#default_value' => !empty($config_data['datapackage']['license_url']) ? $config_data['datapackage']['license_url'] : NULL,
'#description' => t('It should be the URL to the license text.'),
);
Expand Down
2 changes: 1 addition & 1 deletion php/drupal/edgesense.info
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name = Edgesense
description = Social network analytics for Drupal communities.
version = 0.99.0
version = 0.99.1
core = 7.x
configure = admin/edgesense
dependencies[] = views_json
Expand Down

0 comments on commit aba5137

Please sign in to comment.