1
1
<h1 align =" center " >
2
- <img src="https://github.com/jcubic/jquery.terminal/blob/master/assets/ascii_art.svg?raw=true&ver=2.38 .0 "
2
+ <img src="https://github.com/jcubic/jquery.terminal/blob/master/assets/ascii_art.svg?raw=true&ver=2.39 .0 "
3
3
alt="ASCII Art that represent text jQuery Terminal - JavaScript Library for Web Based Terminal Emulators" />
4
4
</h1 >
5
5
6
6
[ JavaScript Library for Web Based Terminal Emulators] ( https://terminal.jcubic.pl )
7
7
8
- [ ![ npm] ( https://img.shields.io/badge/npm-2.38 .0-blue.svg )] ( https://www.npmjs.com/package/jquery.terminal )
9
- ![ bower] ( https://img.shields.io/badge/bower-2.38 .0-yellow.svg )
8
+ [ ![ npm] ( https://img.shields.io/badge/npm-2.39 .0-blue.svg )] ( https://www.npmjs.com/package/jquery.terminal )
9
+ ![ bower] ( https://img.shields.io/badge/bower-2.39 .0-yellow.svg )
10
10
[ ![ Build and test] ( https://github.com/jcubic/jquery.terminal/actions/workflows/build.yaml/badge.svg?branch=master&event=push )] ( https://github.com/jcubic/jquery.terminal/actions/workflows/build.yaml )
11
11
[ ![ Coverage Status] ( https://coveralls.io/repos/github/jcubic/jquery.terminal/badge.svg?branch=master&998c1c8b8a57dd88c9cf5a40049e8bf2 )] ( https://coveralls.io/github/jcubic/jquery.terminal?branch=master )
12
12
![ NPM Downloads] ( https://img.shields.io/npm/dm/jquery.terminal.svg?style=flat )
@@ -87,7 +87,7 @@ You can test current version at this URL:
87
87
88
88
or if it doesn't use latest version (because of jsDelivr cache) you can force it with this URL:
89
89
90
- * [ https://jcubic.github.io/jquery.terminal/?ver=2.38 .0 ] ( https://jcubic.github.io/jquery.terminal/?ver=2.38 .0 )
90
+ * [ https://jcubic.github.io/jquery.terminal/?ver=2.39 .0 ] ( https://jcubic.github.io/jquery.terminal/?ver=2.39 .0 )
91
91
92
92
And development version using:
93
93
@@ -106,20 +106,20 @@ or use jsDelivr:
106
106
107
107
```
108
108
109
- Then include js/jquery.terminal-2.38 .0.min.js and css/jquery.terminal-2.38 .0.min.css
109
+ Then include js/jquery.terminal-2.39 .0.min.js and css/jquery.terminal-2.39 .0.min.css
110
110
111
111
You can grab the files from CDN:
112
112
113
113
``` html
114
- <script src =" https://cdnjs.cloudflare.com/ajax/libs/jquery.terminal/2.38 .0/js/jquery.terminal.min.js" ></script >
115
- <link href =" https://cdnjs.cloudflare.com/ajax/libs/jquery.terminal/2.38 .0/css/jquery.terminal.min.css" rel =" stylesheet" />
114
+ <script src =" https://cdnjs.cloudflare.com/ajax/libs/jquery.terminal/2.39 .0/js/jquery.terminal.min.js" ></script >
115
+ <link href =" https://cdnjs.cloudflare.com/ajax/libs/jquery.terminal/2.39 .0/css/jquery.terminal.min.css" rel =" stylesheet" />
116
116
```
117
117
118
118
or
119
119
120
120
``` html
121
- <script src =" https://cdn.jsdelivr.net/npm/jquery.terminal@2.38 .0/js/jquery.terminal.min.js" ></script >
122
- <link rel =" stylesheet" href =" https://cdn.jsdelivr.net/npm/jquery.terminal@2.38 .0/css/jquery.terminal.min.css" />
121
+ <script src =" https://cdn.jsdelivr.net/npm/jquery.terminal@2.39 .0/js/jquery.terminal.min.js" ></script >
122
+ <link rel =" stylesheet" href =" https://cdn.jsdelivr.net/npm/jquery.terminal@2.39 .0/css/jquery.terminal.min.css" />
123
123
```
124
124
125
125
If you always want latest version, you can get it from [ unpkg] ( https://unpkg.com/ ) without specifying version,
0 commit comments