We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 53ec645 commit 2d00cc4Copy full SHA for 2d00cc4
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "rawimage.js",
3
- "version": "0.4.3",
+ "version": "0.5.0",
4
"description": "A lightweight WebGL library for displaying complex imagery.",
5
"keywords": [
6
"webgl",
@@ -12,7 +12,7 @@
12
"author": "Amit Kapadia <akapad@gmail.com>",
13
"repository": {
14
"type": "git",
15
- "url": "https://github.com/astrojs/webfits.git"
+ "url": "https://github.com/astrojs/rawimage.js.git"
16
},
17
"devDependencies": {
18
"http-server": "0.5.x",
src/end.js
@@ -1,3 +1,3 @@
- rawimage.version = "0.4.3";
+ rawimage.version = "0.5.0";
return rawimage;
})();
0 commit comments