diff --git a/README.md b/README.md index d24bcbc..5beb87b 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,4 @@ -# WIP: not USABLE YET # react-ridge-translations :fr: :us: :uk: :es: :de: :gb: :cn: :ru: :it: ![Bundle Size](https://badgen.net/bundlephobia/minzip/react-ridge-translations) [![npm version](https://badge.fury.io/js/react-ridge-translations.svg)](https://badge.fury.io/js/react-ridge-translations) ![npm](https://img.shields.io/npm/dt/react-ridge-translations.svg) @@ -153,3 +152,12 @@ const translate = createTranslations()({ }) export default translate ``` + +## About us + +We want developers to be able to build software faster using modern tools like GraphQL, Golang, React Native without depending on commercial providers like Firebase or AWS Amplify. + +Checkout our other products too! :ok_hand: https://github.com/web-ridge + +- Easy global state management in React / React Native -> https://github.com/web-ridge/react-ridge-state + diff --git a/package.json b/package.json index e8e75ef..37be331 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-ridge-translations", - "version": "0.0.3", + "version": "1.0.0", "description": "react-ridge-translations is a type safe translation library without the struggle", "main": "dist/index.js", "types": "dist/index.d.ts",