Skip to content

Commit

Permalink
Item14454: Update jsrender/jsviews version strings in .pm
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Hoefler committed Dec 13, 2017
1 parent 562e752 commit 27074b1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion JQueryPlugin/lib/Foswiki/Plugins/JQueryPlugin/RENDER.pm
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ sub new {
$class->SUPER::new(
$session,
name => 'Render',
version => '0.9.83',
version => '0.9.90',
author => 'Boris Moore',
homepage => 'http://www.jsviews.com',
javascript => [ 'jquery.render.js', 'jquery.template-loader.js' ],
Expand Down
2 changes: 1 addition & 1 deletion JQueryPlugin/lib/Foswiki/Plugins/JQueryPlugin/VIEW.pm
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ sub new {
$class->SUPER::new(
$session,
name => 'View',
version => '0.9.83',
version => '0.9.90',
author => 'Boris Moore',
homepage => 'http://www.jsviews.com',
dependencies => [ 'render' ],
Expand Down

0 comments on commit 27074b1

Please sign in to comment.