Author: spadkins
Date: Sat Mar 11 07:42:54 2006
New Revision: 3662
Modified:
p5ee/trunk/App-Widget-JSApp/CHANGES
p5ee/trunk/App-Widget-JSApp/Makefile.PL
Log:
freeze for 0.51
Modified: p5ee/trunk/App-Widget-JSApp/CHANGES
==============================================================================
--- p5ee/trunk/App-Widget-JSApp/CHANGES (original)
+++ p5ee/trunk/App-Widget-JSApp/CHANGES Sat Mar 11 07:42:54 2006
@@ -2,6 +2,9 @@
# CHANGE LOG
#########################################
+VERSION 0.51
+ x App::Widget::JSApp::TabbedAppFrame - ensure that js-app is initialized in
_init() rather than html()
+
VERSION 0.50
x Initial release
Modified: p5ee/trunk/App-Widget-JSApp/Makefile.PL
==============================================================================
--- p5ee/trunk/App-Widget-JSApp/Makefile.PL (original)
+++ p5ee/trunk/App-Widget-JSApp/Makefile.PL Sat Mar 11 07:42:54 2006
@@ -10,7 +10,7 @@
%opts = (
'NAME' => 'App-Widget-JSApp',
'DISTNAME' => 'App-Widget-JSApp',
- 'VERSION' => '0.50',
+ 'VERSION' => '0.51',
'PREREQ_PM' => {
'App::Widget' => 0,
},