We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f88a695 commit 0b10a15Copy full SHA for 0b10a15
harmony/fs/BuildProfile.ets
@@ -1,5 +1,5 @@
1
export default class BuildProfile {
2
- static readonly HAR_VERSION = '2.20.0-0.1.2';
+ static readonly HAR_VERSION = '2.20.0-0.1.3';
3
static readonly BUILD_MODE_NAME = 'debug';
4
static readonly DEBUG = true;
5
static readonly TARGET_NAME = 'default';
harmony/fs/oh-package.json5
@@ -1,6 +1,6 @@
{
"name": "@react-native-oh-tpl/react-native-fs",
- "version": "2.20.0-0.1.2",
+ "version": "2.20.0-0.1.3",
"description": "Please describe the basic information.",
"main": "index.ets",
6
"types": "module",
0 commit comments