diff --git a/main/index.js b/main/index.js index 7e8df88..54a9d6b 100644 --- a/main/index.js +++ b/main/index.js @@ -47,7 +47,7 @@ class Alpha search = require('./methods/search'); getWallpaperInfo = require('./methods/getWallpaperInfo'); - getRandom = require('./methods/getRandomWallpaper'); + getRandomWallpaper = require('./methods/getRandomWallpaper'); queryCount = require('./methods/queryCount'); } diff --git a/package.json b/package.json index d2537eb..e2332a6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "alpha-coders", - "version": "1.0.0", + "version": "1.1.0", "description": "A complete package used to interact with the Wallpaper Abyss API to get wallpapers, wallpaper count, collections, and much more !", "main": "main/index.js",