From 352b8365684aeee4ae5675681f2626b77f95ba2f Mon Sep 17 00:00:00 2001 From: BIOLOGY SCIENCE Date: Tue, 2 Aug 2022 10:02:04 +0530 Subject: [PATCH] typo error --- main/index.js | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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",