Skip to content
This repository has been archived by the owner on Jan 20, 2025. It is now read-only.

Commit

Permalink
Update app version
Browse files Browse the repository at this point in the history
  • Loading branch information
kkamara committed Mar 22, 2022
1 parent ceb8f57 commit c867d4a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ram",
"version": "0.1.0",
"version": "3.0.0",
"description": "",
"main": "src/app.ts",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion src/models/ramAPI.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ class RamAPI extends API {
/**
* Return a single character api response
* @param {number} id
* @return string|boolean
* @return {string|boolean}
*/
getCharacter(id) {
/** @var {string} endpoint */
Expand Down

0 comments on commit c867d4a

Please sign in to comment.