@absolutesight/react-gettext 1.0.4 → 1.0.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,4 +1,4 @@
1
- # @absolutesight/react-gettext 1.0.2
1
+ # @absolutesight/react-gettext
2
2
 
3
3
  A tiny React library that helps to implement internalization in your application using gettext functions. It uses [React Context API](https://reactjs.org/docs/context.html) to expose gettext functions to children components.
4
4
 
package/package.json CHANGED
@@ -7,7 +7,7 @@
7
7
  "bugs": {
8
8
  "url": "https://absolutesight.com"
9
9
  },
10
- "version": "1.0.4",
10
+ "version": "1.0.5",
11
11
  "main": "src/index.js",
12
12
  "files": [
13
13
  "*.md",