muba-posting 5.1.2 → 5.1.3

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/Publish6.js +0 -1
  2. package/package.json +1 -1
package/Publish6.js CHANGED
@@ -180,7 +180,6 @@ export default class Publish6 extends React.Component {
180
180
  textContainerStyle={{ marginTop: 10 }}
181
181
  returnKeyType={"next"}
182
182
  maxLength={50}
183
- notUrl={true}
184
183
  onSubmitEditing={(event) => { this.refs.phoneGroup.focus(); }} />
185
184
  </View>
186
185
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "muba-posting",
3
- "version": "5.1.2",
3
+ "version": "5.1.3",
4
4
  "description": "Posting",
5
5
  "main": "Posting.js",
6
6
  "scripts": {