Skip to content

Commit

Permalink
1.6.2
Browse files Browse the repository at this point in the history
Signed-off-by: Kent Liao <[email protected]>
  • Loading branch information
liaocp666 committed Apr 9, 2023
1 parent 98b560b commit 06b0de5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion footer.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
<script src="<?php $this->options->themeUrl('assets/prism/prism.js'); ?>" defer type="text/javascript" data-no-instant></script>
<script src="<?php $this->options->themeUrl('assets/darken/darken.umd.js'); ?>" defer type="text/javascript"></script>
<script src="https://cdn.staticfile.org/jquery.lazyload/1.9.1/jquery.lazyload.min.js" defer type="text/javascript"></script>
<script src="<?php $this->options->themeUrl('assets/jasmine/jasmine.js?v=1.6.0'); ?>" defer type="text/javascript" data-no-instant></script>
<script src="<?php $this->options->themeUrl('assets/jasmine/jasmine.js?v=1.6.2'); ?>" defer type="text/javascript" data-no-instant></script>
<script>
<?php $this->options->customScript(); ?>
</script>
Expand Down
2 changes: 1 addition & 1 deletion header.php
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
<link href="https://cdn.staticfile.org/bootstrap/5.2.3/css/bootstrap.min.css" type="text/css" rel="stylesheet"/>
<link href="https://cdn.staticfile.org/bootstrap-icons/1.10.3/font/bootstrap-icons.min.css" type="text/css" rel="stylesheet"/>
<link href="<?php $this->options->themeUrl('assets/prism/prism.css'); ?>" type="text/css" rel="stylesheet" />
<link href="<?php $this->options->themeUrl('assets/jasmine/jasmine.css?v=1.6.0'); ?>" type="text/css" rel="stylesheet" />
<link href="<?php $this->options->themeUrl('assets/jasmine/jasmine.css?v=1.6.2'); ?>" type="text/css" rel="stylesheet" />
<?php $this->header('description=&generator=&pingback=&template=&xmlrpc=&wlw=&commentReply=&keywords='); ?>
<style>
<?php $this->options->customStyle(); ?>
Expand Down
2 changes: 1 addition & 1 deletion index.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
*
* @package Jasmine
* @author Kent Liao
* @version 1.6.1
* @version 1.6.2
* @link https://www.liaocp.cn/
*/

Expand Down

0 comments on commit 06b0de5

Please sign in to comment.