-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fixed package versioning issue which was breaking build.
- Loading branch information
Lincoln Rychecky
authored and
Lincoln Rychecky
committed
Aug 21, 2024
1 parent
093715b
commit 8f5eb2a
Showing
15 changed files
with
20 additions
and
11 deletions.
There are no files selected for viewing
Binary file not shown.
Binary file added
BIN
+335 Bytes
.../00DE2000007XjYbMAK/localSourceTracking/objects/13/6e015aa561014ef92219ad30a292a5e6126c9e
Binary file not shown.
Binary file added
BIN
+50 Bytes
.../00DE2000007XjYbMAK/localSourceTracking/objects/17/6d305905a946bbe8ce2857e2675ef3aa419925
Binary file not shown.
2 changes: 2 additions & 0 deletions
2
.../00DE2000007XjYbMAK/localSourceTracking/objects/3a/80a5301a14101d4792bb42179edec0685ebdf2
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file added
BIN
+162 Bytes
.../00DE2000007XjYbMAK/localSourceTracking/objects/5d/df3b433e1ed8d99543aa6dd35829673b75245c
Binary file not shown.
Binary file added
BIN
+48 Bytes
.../00DE2000007XjYbMAK/localSourceTracking/objects/6a/b764fa9bcdee4253891f8bf9fcaff2ff7a1232
Binary file not shown.
Binary file added
BIN
+616 Bytes
.../00DE2000007XjYbMAK/localSourceTracking/objects/7d/a3925cc6b10b8a203d52c562ca88ecbb635f58
Binary file not shown.
Binary file added
BIN
+53 Bytes
.../00DE2000007XjYbMAK/localSourceTracking/objects/ad/4894b23c81ff5851eeaed0202d90c67aa18c42
Binary file not shown.
1 change: 1 addition & 0 deletions
1
.../00DE2000007XjYbMAK/localSourceTracking/objects/ea/b1e8a59564342237ba14fb33e68930a4d1baef
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file added
BIN
+130 Bytes
.../00DE2000007XjYbMAK/localSourceTracking/objects/fc/14b46fc78d3432cd1aa6945ee01bfe7271936b
Binary file not shown.
2 changes: 1 addition & 1 deletion
2
.sf/orgs/00DE2000007XjYbMAK/localSourceTracking/refs/heads/main
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
74e99834d65f773c01b2a0cecfe9bf5a4b1ef7fd | ||
3a80a5301a14101d4792bb42179edec0685ebdf2 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
/** | ||
* @description : Nylas Apex SDK Version, generated by scripts/js/exportVersion.js. | ||
* @author : exportVersion.js | ||
* @author : John Jung | ||
* @last modified on : 2024-08-21 | ||
* @last modified by : exportVersion.js | ||
**/ | ||
public class PackageVersion { | ||
public class NylasVersion { | ||
public static final String VERSION_NUMBER = '0.1.0.NEXT'; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters