Skip to content

Commit

Permalink
[Minor] Update version number
Browse files Browse the repository at this point in the history
  • Loading branch information
EmilianoBruni committed Aug 9, 2021
1 parent 490b44a commit 0cf9d18
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
16 changes: 8 additions & 8 deletions README.pod
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Mojo::Leds - Leds aka Light Environment (emi) for Development System based on Mo

=head1 VERSION

version 1.05
version 1.06

=head1 SYNOPSIS

Expand Down Expand Up @@ -52,13 +52,13 @@ C<lib/MyApp/Controller/Example.pm>, the html code in C<templates/example/welcome
the CSS code in C<public/css/example/welcome.css> and its JS code in
C<public/js/example/welcome.js>.

In Mojo::Leds the scructure is quite different
In Mojo::Leds this structure is quite different

myapp # Application directory
|- script # Script directory
| +- my_app # Application script
|- lib # Library directory
| |- MyApp.pm # Application class
| +- MyApp.pm # Application class
|- www # DocumentRoot :-)
|- public # Static files directory (served automatically)
| |- index.html # Static Home page HTML
Expand All @@ -68,11 +68,11 @@ In Mojo::Leds the scructure is quite different
| + app.js # Global Static JS file
|- layouts
| +- default.html.ep # Layout template
+- welcome # Directory for welcome page
|- page.pm # Controller for welcome page
|- page.html.ep # Template for welcome page
|- page.css # CSS File for welcome page
+- page.js # JS File for welcome page
+- welcome # Welcome page: directory
|- page.pm # Welcome page: controller
|- page.html.ep # Welcome page: template
|- page.css # Welcome page: CSS file
+- page.js # Welcome page: JS file

and here, controller, html code, css and js are all inside C<www/example/> directory.

Expand Down
2 changes: 1 addition & 1 deletion dist.ini
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ license = Perl_5
copyright_holder = Emiliano Bruni
copyright_year = 2021

version = 1.06
version = 1.07

[PodWeaver]
[@Starter::Git]
Expand Down

0 comments on commit 0cf9d18

Please sign in to comment.