Skip to content

Commit

Permalink
🎉 v 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
5anthosh committed Oct 17, 2019
1 parent 698af7d commit f0f9b6f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Welcome to fcal 👋

[![version](https://img.shields.io/badge/version-0.1.3-blue.svg?cacheSeconds=2592000)](https://github.com/5anthosh/fcal#readme)
[![version](https://img.shields.io/badge/version-0.2.0-blue.svg?cacheSeconds=2592000)](https://github.com/5anthosh/fcal#readme)
[![Documentation](https://img.shields.io/badge/documentation-yes-brightgreen.svg)](https://github.com/5anthosh/fcal/wiki)
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://github.com/5anthosh/fcal/blob/master/LICENSE)
[![Maintenance](https://img.shields.io/badge/Maintained%3F-yes-green.svg)](https://github.com/5anthosh/fcal/graphs/commit-activity)
Expand Down Expand Up @@ -89,8 +89,6 @@ console.log(exp.evaluate().print()); // 314.15926535897932385 cm
## 🤝 Contributing
📝 [TODO](https://github.com/5anthosh/fcal/blob/master/TODO.md)
Contributions, issues and feature requests are welcome!<br />Feel free to check [issues page](https://github.com/5anthosh/fcal/issues).
To contribute
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fcal",
"version": "0.1.3",
"version": "0.2.0",
"description": "Formula evaluation engine",
"main": "lib/fcal.js",
"types": "lib/fcal.d.ts",
Expand Down

0 comments on commit f0f9b6f

Please sign in to comment.