Skip to content

Commit

Permalink
Merge branch 'release-0.4.4'
Browse files Browse the repository at this point in the history
  • Loading branch information
krampstudio committed Jan 26, 2018
2 parents f6ce0b1 + bbc448e commit 4092482
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion manifest.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
'label' => 'FooBar power extension',
'description' => 'Dummy test extension',
'license' => 'GPL-2.0',
'version' => '0.4.3',
'version' => '0.4.4',
'author' => 'Open Assessment Technologies, CRP Henri Tudor',
'requires' => [
'tao' => '*'
Expand Down
2 changes: 1 addition & 1 deletion views/js/controller/Foo/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ define([], function(){
return {
start : function start(){
//foo starts
window.console.log('foobar', arguments);
window.console.log('foobar baz', arguments);
}
};
});
2 changes: 1 addition & 1 deletion views/js/controllers.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion views/js/controllers.min.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 4092482

Please sign in to comment.