Skip to content

Commit 33a4f3a

Browse files
committed
Set version to 0.5.0 stable
1 parent 29f9238 commit 33a4f3a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

icons/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"manifest_version": 2,
3-
"version": "0.4.0",
3+
"version": "0.5.0",
44
"name": "Part-DB",
55
"default_locale": "de",
66
"author": "Jan Böhmer",

inc/config_defaults.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@
223223

224224
// system version: this must be increased for every release(-candidate)!
225225
// IMPORTANT: please note that (for example) "0.3.0" is a HIGHER (!) version than "0.3.0.RC5".
226-
$config['system']['version'] = '0.5.0.dev'; // examples: '0.2.2' or '0.2.2.RC2' (see SystemVersion.php)
226+
$config['system']['version'] = '0.5.0'; // examples: '0.2.2' or '0.2.2.RC2' (see SystemVersion.php)
227227

228228
// the version of the latest config style. Increase this for one if we need an update for the user's config.php (see also updates/config_update_steps.php)
229229
$config['system']['latest_config_version'] = 2; // only increase for one!

0 commit comments

Comments
 (0)