Skip to content

Commit

Permalink
Updated release version from v1.5.1 to v1.5.2 (#94)
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeljymsgutierrez authored Aug 9, 2024
1 parent fc5b9a8 commit b4639f5
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# ARM JavaScript Library

[![npm-version](https://img.shields.io/badge/npm_version-1.5.1-blue)](https://www.npmjs.com/package/arm-js-library)
[![npm-version](https://img.shields.io/badge/npm_version-1.5.2-blue)](https://www.npmjs.com/package/arm-js-library)
[![license](https://img.shields.io/badge/license-MIT-green)](https://github.com/michaeljymsgutierrez/arm-js-library?tab=MIT-1-ov-file)

## Table of Contents
Expand Down
2 changes: 1 addition & 1 deletion app/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion next-app/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/dist/arm-js-library.es.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import ls from "crypto-js";
/**
* ARM JavaScript Library
*
* Version: 1.5.1
* Version: 1.5.2
* Date: 2024-05-09 2:19PM GMT+8
*
* @author Michael Jyms Gutierrez
Expand Down
2 changes: 1 addition & 1 deletion packages/dist/arm-js-library.umd.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "arm-js-library",
"version": "1.5.1",
"version": "1.5.2",
"description": "API Resource Manager",
"type": "module",
"files": [
Expand Down
2 changes: 1 addition & 1 deletion packages/src/lib/api-resource-manager.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/**
* ARM JavaScript Library
*
* Version: 1.5.1
* Version: 1.5.2
* Date: 2024-05-09 2:19PM GMT+8
*
* @author Michael Jyms Gutierrez
Expand Down

0 comments on commit b4639f5

Please sign in to comment.