How to update version 1.0.0 to version 1.1.0

#
-----[ UPLOAD ]------------------------------------------ 
#   If you are having trouble understanding this section, read
#   the goodies/understanding_upload.txt file.
#
nivisec_install.php to /
nivisec_install.sql to /
admin/admin_color_groups.php to admin/
language/lang_english/lang_color_groups.php to language/lang_english/
includes/functions_color_groups.php to includes/
templates/subSilver/admin/*.* to templates/subSilver/admin/

# 
#-----[ RUN ]------------------------------------------ 
#
#  You will get a few failures, but they are likely duplicate entries
#  and can be ignored.  There will be 2 OK entries at the bottom.
#
nivisec_install.php

# 
#-----[ OPEN ]------------------------------------------ 
# 
privmsg.php

# 
#-----[ FIND ]------------------------------------------ 
#
			'FROM' =>  $msg_username,

# 
#-----[ REPLACE WITH ]------------------------------------------ 
#
			'FROM' =>  color_group_colorize_name($msg_userid, true),
			
# 
#-----[ SAVE & CLOSE ALL FILES ]-------------------------- 
#
#End