mirror of https://github.com/chyyuu/v8-cpu.git
Use newest Angular and Bootstrap version and pump version to 0.3.0
This commit is contained in:
parent
6f618dedba
commit
a74577d1f2
|
@ -7,7 +7,7 @@ module.exports = function(grunt) {
|
|||
separator: ';'
|
||||
},
|
||||
dist: {
|
||||
src: ['src/**/*.js'],
|
||||
src: ['src/app.js', 'src/**/*.js'],
|
||||
dest: 'assets/<%= pkg.name %>.js'
|
||||
}
|
||||
},
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<head>
|
||||
<title>Simple 8-bit Assembler Simulator in Javascript</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<link rel="stylesheet" href="https://netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap.min.css">
|
||||
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css">
|
||||
<link rel="stylesheet" href="assets/style.css">
|
||||
<script type="text/javascript" src="//use.typekit.net/tor0zlh.js"></script>
|
||||
<script type="text/javascript">try{Typekit.load();}catch(e){}</script>
|
||||
|
@ -123,7 +123,7 @@
|
|||
<hr style="margin-top:10px;margin-bottom:10px;"/>
|
||||
<p><small>by Marco Schweighauser (2014) | MIT License</small></p>
|
||||
</div>
|
||||
<script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.2.0-rc.3/angular.js"></script>
|
||||
<script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.2.26/angular.min.js"></script>
|
||||
<script src="assets/asmsimulator.js"></script>
|
||||
</body>
|
||||
</html>
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "asmsimulator",
|
||||
"version": "0.2.2",
|
||||
"version": "0.3.0",
|
||||
"description": "Simple 8-bit Assembler Simulator in Javascript",
|
||||
"author": "Marco Schweighauser",
|
||||
"license": "MIT",
|
||||
|
|
Loading…
Reference in New Issue