Skip to content

Commit 2c7fc14

Browse files
committed
chore: release v3.0.5
1 parent 9e0d51f commit 2c7fc14

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "solderjs",
3-
"version": "3.0.4",
3+
"version": "3.0.5",
44
"private": true,
55
"dependencies": {
66
"async": "^3.2.6",

server.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ app.get('/', (req, res) => {
126126
});
127127

128128
app.get('/api', (req, res) => {
129-
res.status(200).json({ api: 'SolderJS', version: '3.0.4', stream: 'stable' });
129+
res.status(200).json({ api: 'SolderJS', version: '3.0.5', stream: 'stable' });
130130
});
131131

132132
app.get('/api/modpack', (req, res) => {

0 commit comments

Comments
 (0)