Skip to content
This repository has been archived by the owner on Jul 31, 2023. It is now read-only.

Commit

Permalink
Prepare for release 1.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
rvolz committed Oct 3, 2015
1 parent 92ca009 commit a1735b0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Rakefile.rb
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
require 'logger'

APPNAME = 'BicBucStriim'
VERSION = '1.3.1'
VERSION = '1.3.2'

SOURCE = "."
LESS = File.join( SOURCE, "style")
Expand Down
2 changes: 1 addition & 1 deletion index.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
# Application Name
$appname = 'BicBucStriim';
# App version
$appversion = '1.3.2a';
$appversion = '1.3.2';

# Init app and routes
$app = new \Slim\Slim(array(
Expand Down
2 changes: 1 addition & 1 deletion installcheck.php
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ function check_php() {
echo $template->render(array(
'page' => array(
'rot' => '',
'version' => '1.3.2a'
'version' => '1.3.2'
),
'is_a' => $is_a,
'srv' => $srv,
Expand Down

0 comments on commit a1735b0

Please # to comment.