Skip to content

Commit 2d00cc4

Browse files
author
Amit Kapadia
committed
update version 0.5.0
1 parent 53ec645 commit 2d00cc4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "rawimage.js",
3-
"version": "0.4.3",
3+
"version": "0.5.0",
44
"description": "A lightweight WebGL library for displaying complex imagery.",
55
"keywords": [
66
"webgl",
@@ -12,7 +12,7 @@
1212
"author": "Amit Kapadia <akapad@gmail.com>",
1313
"repository": {
1414
"type": "git",
15-
"url": "https://github.com/astrojs/webfits.git"
15+
"url": "https://github.com/astrojs/rawimage.js.git"
1616
},
1717
"devDependencies": {
1818
"http-server": "0.5.x",

src/end.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
rawimage.version = "0.4.3";
1+
rawimage.version = "0.5.0";
22
return rawimage;
33
})();

0 commit comments

Comments
 (0)