From e4ccfedbd860b0b23193a1cf609a3ddba86f2113 Mon Sep 17 00:00:00 2001 From: DanyLE Date: Fri, 22 Jul 2022 20:13:45 +0200 Subject: [PATCH] regen archive --- d.ts/antos.d.ts | 5 ++++- release/latest | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/d.ts/antos.d.ts b/d.ts/antos.d.ts index 26ba6e0..962442e 100644 --- a/d.ts/antos.d.ts +++ b/d.ts/antos.d.ts @@ -1622,12 +1622,15 @@ declare namespace OS { build_id: string; /** *Creates an instance of Version. + * * @param {string} string string represents the version * @memberof Version */ constructor(string: string); /** - * Setter getter to set the version string to the object + * Setter/getter to set the version string to the object + * + * @memberof Version */ set version_string(v: string); get version_string(): string; diff --git a/release/latest b/release/latest index cb174d5..8616007 100644 --- a/release/latest +++ b/release/latest @@ -1 +1 @@ -1.2.1 \ No newline at end of file +1.2.1-b-da5bbda \ No newline at end of file